Skip to content

Commit

Permalink
v3.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 30, 2023
1 parent 896a6d5 commit b400242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ list(GET QT_VERSION 0 QT_PREFIX)

set(SCORE_VERSION_MAJOR 3)
set(SCORE_VERSION_MINOR 1)
set(SCORE_VERSION_PATCH 11)
set(SCORE_VERSION_PATCH 12)
set(SCORE_VERSION_EXTRA "")
set(SCORE_CODENAME "las cabritas")

Expand Down Expand Up @@ -114,6 +114,7 @@ if(CMAKE_VERSION VERSION_GREATER 3.19)
set(CMAKE_PCH_INSTANTIATE_TEMPLATES 1)
endif()

set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED 20)

Expand Down

0 comments on commit b400242

Please sign in to comment.