Skip to content

Commit

Permalink
Update CMakeLists.txt to version 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Apr 8, 2024
1 parent 153a8a2 commit 6637c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ include(cmake/versionExtraction.cmake)
extractVCSInformation(GIT_COMMIT_HASH GIT_DESCRIBE GIT_COMMIT_DATE)

set(VERSION_MAJOR 10)
set(VERSION_MINOR 1)
set(VERSION_PATCH_NUMBER 1)
set(VERSION_MINOR 2)
set(VERSION_PATCH_NUMBER 0)

if(BUILD_IS_RELEASE)
set(VERSION_PATCH "${VERSION_PATCH_NUMBER}")
Expand Down

0 comments on commit 6637c51

Please sign in to comment.