Skip to content

Commit d567c9b

Browse files
committed
Update Release version and date.
1 parent c18e28a commit d567c9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ include(GNUInstallDirs)
6262
###############################################################################
6363

6464
SET (CMAKE_RELEASE_VERSION_MAJOR "5" )
65-
SET (CMAKE_RELEASE_VERSION_MINOR "7" )
66-
SET (CMAKE_RELEASE_VERSION_PATCH "1" )
67-
SET (CMAKE_RELEASE_DATE "Dec. 20, 2022" )
65+
SET (CMAKE_RELEASE_VERSION_MINOR "8" )
66+
SET (CMAKE_RELEASE_VERSION_PATCH "0" )
67+
SET (CMAKE_RELEASE_DATE "Oct. 30, 2024" )
6868

6969
SET (CMAKE_RELEASE_VERSION
7070
"${CMAKE_RELEASE_VERSION_MAJOR}.${CMAKE_RELEASE_VERSION_MINOR}.${CMAKE_RELEASE_VERSION_PATCH}")

0 commit comments

Comments
 (0)