Skip to content

Commit 7d19fb9

Browse files
committed
v3.10.4
1 parent c2a92d9 commit 7d19fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/compiler/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../cmake)
55

66
set(VERSION_MAJOR 3)
77
set(VERSION_MINOR 10)
8-
set(VERSION_BUILD 3)
8+
set(VERSION_BUILD 4)
99
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BUILD})
1010
set(VERSION_STR ${VERSION})
1111
math(EXPR VERSION_INT "${VERSION_MAJOR} << 8 | ${VERSION_MINOR}")

0 commit comments

Comments
 (0)