Skip to content

Commit 379209a

Browse files
committed
Update release version.
1 parent f5d7e8e commit 379209a

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
@@ -58,8 +58,8 @@ include(GNUInstallDirs)
5858

5959
SET (CMAKE_RELEASE_VERSION_MAJOR "5" )
6060
SET (CMAKE_RELEASE_VERSION_MINOR "5" )
61-
SET (CMAKE_RELEASE_VERSION_PATCH "1" )
62-
SET (CMAKE_RELEASE_DATE "Oct. 14, 2020" )
61+
SET (CMAKE_RELEASE_VERSION_PATCH "2" )
62+
SET (CMAKE_RELEASE_DATE "Nov. 17, 2020" )
6363

6464
SET (CMAKE_RELEASE_VERSION
6565
"${CMAKE_RELEASE_VERSION_MAJOR}.${CMAKE_RELEASE_VERSION_MINOR}.${CMAKE_RELEASE_VERSION_PATCH}")

0 commit comments

Comments
 (0)