Skip to content

Commit e2b0048

Browse files
committed
master 3.2.0 version
1 parent f220568 commit e2b0048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project(visor VERSION 3.2.0)
99
# for main line release, this is empty
1010
# for development release, this is "-develop"
1111
# for release candidate, this is "-rc"
12-
set(VISOR_PRERELEASE "-rc")
12+
set(VISOR_PRERELEASE "")
1313

1414
# these are computed
1515
set(VISOR_VERSION_NUM "${PROJECT_VERSION}${VISOR_PRERELEASE}")

0 commit comments

Comments
 (0)