We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ecca2 commit 889d408Copy full SHA for 889d408
CMakeLists.txt
@@ -57,9 +57,9 @@ include(GNUInstallDirs)
57
###############################################################################
58
59
SET (CMAKE_RELEASE_VERSION_MAJOR "5" )
60
-SET (CMAKE_RELEASE_VERSION_MINOR "5" )
61
-SET (CMAKE_RELEASE_VERSION_PATCH "2" )
62
-SET (CMAKE_RELEASE_DATE "Nov. 17, 2020" )
+SET (CMAKE_RELEASE_VERSION_MINOR "6" )
+SET (CMAKE_RELEASE_VERSION_PATCH "0" )
+SET (CMAKE_RELEASE_DATE "Nov. 05, 2021" )
63
64
SET (CMAKE_RELEASE_VERSION
65
"${CMAKE_RELEASE_VERSION_MAJOR}.${CMAKE_RELEASE_VERSION_MINOR}.${CMAKE_RELEASE_VERSION_PATCH}")
0 commit comments