Skip to content

Commit

Permalink
set NUMERIC_VERSION to 1.0.5 in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Jan 16, 2020
1 parent 2a13172 commit 19db0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

# The version number.
set (NUMERIC_VERSION 0x01000400)
set (NUMERIC_VERSION 0x01000500)
set (PACKAGE_VERSION ${PROJECT_VERSION})

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

0 comments on commit 19db0e8

Please sign in to comment.