Skip to content

Commit

Permalink
This would become version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Dec 22, 2023
1 parent 4ef5fbc commit b4c8fed
Show file tree
Hide file tree
Showing 2 changed files with 5 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,12 +51,12 @@ project(

set(${PROJECT_NAME}_VERSION_MAJOR 1)
set(${PROJECT_NAME}_VERSION_MINOR 1)
set(${PROJECT_NAME}_VERSION_PATCH 1)
set(${PROJECT_NAME}_VERSION_PATCH 95)
set(${PROJECT_NAME}_VERSION
${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}
)
set(PROJECT_VERSION ${${PROJECT_NAME}_VERSION}) #PROJECT_VERSION is needed by some ECM modules
set(${PROJECT_NAME}_SOVERSION "1.1")
set(${PROJECT_NAME}_SOVERSION "1.2")

cmake_policy(SET CMP0020 NEW)
cmake_policy(SET CMP0042 NEW)
Expand Down
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* v1.2.0 (unreleased)
-

* v1.1.1 (unreleased)
-

Expand Down

0 comments on commit b4c8fed

Please sign in to comment.