We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af15c7 commit cd8a6e3Copy full SHA for cd8a6e3
CMakeLists.txt
@@ -20,9 +20,9 @@ include(GNUInstallDirs)
20
#####
21
###############################################################################
22
SET (CMAKE_RELEASE_VERSION_MAJOR "1")
23
-SET (CMAKE_RELEASE_VERSION_MINOR "4")
+SET (CMAKE_RELEASE_VERSION_MINOR "5")
24
SET (CMAKE_RELEASE_VERSION_PATCH "0")
25
-SET (CMAKE_RELEASE_DATE "Nov. 05, 2021")
+SET (CMAKE_RELEASE_DATE "Nov. 01, 2024")
26
27
SET (CMAKE_RELEASE_VERSION
28
"${CMAKE_RELEASE_VERSION_MAJOR}.${CMAKE_RELEASE_VERSION_MINOR}.${CMAKE_RELEASE_VERSION_PATCH}")
0 commit comments