Skip to content

Commit 82b6340

Browse files
committed
increase numeric version number in CMakeLists.txt
1 parent 4e41ce2 commit 82b6340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
1111
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1212

1313
# The version number.
14-
set (NUMERIC_VERSION 0x01000800)
14+
set (NUMERIC_VERSION 0x01001000)
1515
set (PACKAGE_VERSION ${PROJECT_VERSION})
1616

1717
include (${CMAKE_ROOT}/Modules/CheckCCompilerFlag.cmake)

0 commit comments

Comments
 (0)