From 147cb7f624f547d78ecd4fb6ec9395d60c9c0ad1 Mon Sep 17 00:00:00 2001 From: Tim Coleman Date: Wed, 2 Jun 2021 21:04:31 -0500 Subject: [PATCH] add rc1 prelease for 3.2.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 222ba34a0a5..dc6f2e8034c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,7 +156,7 @@ get_directory_property(hasParent PARENT_DIRECTORY) # TODO: Modify the more specific variables as needed to indicate prerelease, etc # Keep in beta in-between release cycles. Set to empty string (or comment out) for official) -set(PROJECT_VERSION_PRERELEASE "alpha") +set(PROJECT_VERSION_PRERELEASE "rc1") # OpenStudio version: Only include Major.Minor.Patch, eg "3.0.0", even if you have a prerelease tag set(OPENSTUDIO_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")