Skip to content

Commit

Permalink
Update Release version and date.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Oct 28, 2024
1 parent c18e28a commit d567c9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ include(GNUInstallDirs)
###############################################################################

SET (CMAKE_RELEASE_VERSION_MAJOR "5" )
SET (CMAKE_RELEASE_VERSION_MINOR "7" )
SET (CMAKE_RELEASE_VERSION_PATCH "1" )
SET (CMAKE_RELEASE_DATE "Dec. 20, 2022" )
SET (CMAKE_RELEASE_VERSION_MINOR "8" )
SET (CMAKE_RELEASE_VERSION_PATCH "0" )
SET (CMAKE_RELEASE_DATE "Oct. 30, 2024" )

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

0 comments on commit d567c9b

Please sign in to comment.