We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f220568 commit e2b0048Copy full SHA for e2b0048
CMakeLists.txt
@@ -9,7 +9,7 @@ project(visor VERSION 3.2.0)
9
# for main line release, this is empty
10
# for development release, this is "-develop"
11
# for release candidate, this is "-rc"
12
-set(VISOR_PRERELEASE "-rc")
+set(VISOR_PRERELEASE "")
13
14
# these are computed
15
set(VISOR_VERSION_NUM "${PROJECT_VERSION}${VISOR_PRERELEASE}")
0 commit comments