We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c18e28a commit d567c9bCopy full SHA for d567c9b
CMakeLists.txt
@@ -62,9 +62,9 @@ include(GNUInstallDirs)
62
###############################################################################
63
64
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" )
+SET (CMAKE_RELEASE_VERSION_MINOR "8" )
+SET (CMAKE_RELEASE_VERSION_PATCH "0" )
+SET (CMAKE_RELEASE_DATE "Oct. 30, 2024" )
68
69
SET (CMAKE_RELEASE_VERSION
70
"${CMAKE_RELEASE_VERSION_MAJOR}.${CMAKE_RELEASE_VERSION_MINOR}.${CMAKE_RELEASE_VERSION_PATCH}")
0 commit comments