Skip to content

Commit d266203

Browse files
committed
2.10.11 in preparation...
1 parent 00a8fbe commit d266203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/compiler/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../cmake)
77

88
set(VERSION_MAJOR 3)
99
set(VERSION_MINOR 10)
10-
set(VERSION_BUILD 10)
10+
set(VERSION_BUILD 11)
1111
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BUILD})
1212
set(VERSION_STR ${VERSION})
1313
math(EXPR VERSION_INT "${VERSION_MAJOR} << 8 | ${VERSION_MINOR}")

0 commit comments

Comments
 (0)