Bump version to 5.2.0

This commit is contained in:
sfan5
2020-04-05 18:31:50 +02:00
parent 09b8f5d1be
commit 24147d99c0
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ set(VERSION_PATCH 0)
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
# Change to false for releases
set(DEVELOPMENT_BUILD TRUE)
set(DEVELOPMENT_BUILD FALSE)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
if(VERSION_EXTRA)