Skip to content

Commit cd8a6e3

Browse files
committed
Update release version.
1 parent 2af15c7 commit cd8a6e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ include(GNUInstallDirs)
2020
#####
2121
###############################################################################
2222
SET (CMAKE_RELEASE_VERSION_MAJOR "1")
23-
SET (CMAKE_RELEASE_VERSION_MINOR "4")
23+
SET (CMAKE_RELEASE_VERSION_MINOR "5")
2424
SET (CMAKE_RELEASE_VERSION_PATCH "0")
25-
SET (CMAKE_RELEASE_DATE "Nov. 05, 2021")
25+
SET (CMAKE_RELEASE_DATE "Nov. 01, 2024")
2626

2727
SET (CMAKE_RELEASE_VERSION
2828
"${CMAKE_RELEASE_VERSION_MAJOR}.${CMAKE_RELEASE_VERSION_MINOR}.${CMAKE_RELEASE_VERSION_PATCH}")

0 commit comments

Comments
 (0)