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 448f7c0 commit e0addbdCopy full SHA for e0addbd
CMakeLists.txt
@@ -9,7 +9,7 @@ project(visor VERSION 3.3.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