Skip to content

Commit

Permalink
Update release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcirrottola committed Nov 17, 2020
1 parent f5d7e8e commit 379209a
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 @@ -58,8 +58,8 @@ include(GNUInstallDirs)

SET (CMAKE_RELEASE_VERSION_MAJOR "5" )
SET (CMAKE_RELEASE_VERSION_MINOR "5" )
SET (CMAKE_RELEASE_VERSION_PATCH "1" )
SET (CMAKE_RELEASE_DATE "Oct. 14, 2020" )
SET (CMAKE_RELEASE_VERSION_PATCH "2" )
SET (CMAKE_RELEASE_DATE "Nov. 17, 2020" )

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

2 comments on commit 379209a

@prj-
Copy link
Contributor

@prj- prj- commented on 379209a Nov 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please merge master into develop?

@lcirrottola
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Please sign in to comment.