Skip to content

Commit

Permalink
Draft a new hotfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Feb 26, 2020
1 parent fa4747a commit 9ddbd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ include(GNUInstallDirs)
###############################################################################
SET (CMAKE_RELEASE_VERSION_MAJOR "5" )
SET (CMAKE_RELEASE_VERSION_MINOR "4" )
SET (CMAKE_RELEASE_VERSION_PATCH "2" )
SET (CMAKE_RELEASE_DATE "Mar. 20, 2019" )
SET (CMAKE_RELEASE_VERSION_PATCH "3" )
SET (CMAKE_RELEASE_DATE "Feb. 26, 2020" )

SET (CMAKE_RELEASE_VERSION
"${CMAKE_RELEASE_VERSION_MAJOR}.${CMAKE_RELEASE_VERSION_MINOR}.${CMAKE_RELEASE_VERSION_PATCH}")
Expand Down

0 comments on commit 9ddbd33

Please sign in to comment.