diff --git a/CMakeLists.txt b/CMakeLists.txt index e3bbeb6d2..971ca4b33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project(visor VERSION 3.2.1) # for main line release, this is empty # for development release, this is "-develop" # for release candidate, this is "-rc" -set(VISOR_PRERELEASE "-develop") +set(VISOR_PRERELEASE "") # these are computed set(VISOR_VERSION_NUM "${PROJECT_VERSION}${VISOR_PRERELEASE}")