Skip to content

Commit

Permalink
increase numeric version number in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Jan 27, 2023
1 parent 4e41ce2 commit 82b6340
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 0x01000800)
set (NUMERIC_VERSION 0x01001000)
set (PACKAGE_VERSION ${PROJECT_VERSION})

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

0 comments on commit 82b6340

Please sign in to comment.