Skip to content

Commit

Permalink
Update release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Nov 1, 2024
1 parent 2af15c7 commit cd8a6e3
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 @@ -20,9 +20,9 @@ include(GNUInstallDirs)
#####
###############################################################################
SET (CMAKE_RELEASE_VERSION_MAJOR "1")
SET (CMAKE_RELEASE_VERSION_MINOR "4")
SET (CMAKE_RELEASE_VERSION_MINOR "5")
SET (CMAKE_RELEASE_VERSION_PATCH "0")
SET (CMAKE_RELEASE_DATE "Nov. 05, 2021")
SET (CMAKE_RELEASE_DATE "Nov. 01, 2024")

SET (CMAKE_RELEASE_VERSION
"${CMAKE_RELEASE_VERSION_MAJOR}.${CMAKE_RELEASE_VERSION_MINOR}.${CMAKE_RELEASE_VERSION_PATCH}")
Expand Down

0 comments on commit cd8a6e3

Please sign in to comment.