Skip to content

Commit 211bb63

Browse files
committed
Bump prerelease tag to rc1
1 parent e7ad0e0 commit 211bb63

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
@@ -159,7 +159,7 @@ get_directory_property(hasParent PARENT_DIRECTORY)
159159

160160
# TODO: Modify the more specific variables as needed to indicate prerelease, etc
161161
# Keep in beta in-between release cycles. Set to empty string (or comment out) for official)
162-
set(PROJECT_VERSION_PRERELEASE "alpha")
162+
set(PROJECT_VERSION_PRERELEASE "rc1")
163163

164164
# OpenStudio version: Only include Major.Minor.Patch, eg "3.0.0", even if you have a prerelease tag
165165
set(OPENSTUDIO_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

0 commit comments

Comments
 (0)