Skip to content

Commit

Permalink
Update release number and date.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Dec 20, 2022
1 parent adf56d6 commit 68c6e0c
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 @@ -63,8 +63,8 @@ include(GNUInstallDirs)

SET (CMAKE_RELEASE_VERSION_MAJOR "5" )
SET (CMAKE_RELEASE_VERSION_MINOR "7" )
SET (CMAKE_RELEASE_VERSION_PATCH "0" )
SET (CMAKE_RELEASE_DATE "Dec. 13, 2022" )
SET (CMAKE_RELEASE_VERSION_PATCH "1" )
SET (CMAKE_RELEASE_DATE "Dec. 20, 2022" )

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

0 comments on commit 68c6e0c

Please sign in to comment.