We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21e980d + f24d7e3 commit 4ce4a3cCopy full SHA for 4ce4a3c
CMakeLists.txt
@@ -272,7 +272,11 @@ endif()
272
273
# TODO: Modify the more specific variables as needed to indicate prerelease, etc
274
# Keep in beta in-between release cycles. Set to empty string (or comment out) for official)
275
+<<<<<<< develop
276
set(PROJECT_VERSION_PRERELEASE "")
277
+=======
278
+set(PROJECT_VERSION_PRERELEASE "rc2")
279
+>>>>>>> master
280
281
# OpenStudio version: Only include Major.Minor.Patch, eg "3.0.0", even if you have a prerelease tag
282
set(OPENSTUDIOAPPLICATION_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
0 commit comments