Skip to content

Commit 27f548b

Browse files
committed
3.2.1 final
1 parent 777d774 commit 27f548b

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.1)
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 "-develop")
12+
set(VISOR_PRERELEASE "")
1313

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

0 commit comments

Comments
 (0)