Skip to content

Commit

Permalink
master 3.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
weyrick committed Apr 16, 2021
1 parent f220568 commit e2b0048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(visor VERSION 3.2.0)
# for main line release, this is empty
# for development release, this is "-develop"
# for release candidate, this is "-rc"
set(VISOR_PRERELEASE "-rc")
set(VISOR_PRERELEASE "")

# these are computed
set(VISOR_VERSION_NUM "${PROJECT_VERSION}${VISOR_PRERELEASE}")
Expand Down

0 comments on commit e2b0048

Please sign in to comment.