Skip to content

Commit 19db0e8

Browse files
committed
set NUMERIC_VERSION to 1.0.5 in CMakeLists.txt
1 parent 2a13172 commit 19db0e8

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 0x01000400)
14+
set (NUMERIC_VERSION 0x01000500)
1515
set (PACKAGE_VERSION ${PROJECT_VERSION})
1616

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

0 commit comments

Comments
 (0)