Skip to content

Commit 04d72fb

Browse files
authored
Update CMakeLists.txt
Online editor screwed up resolving conflicts, fixing here
1 parent 4ce4a3c commit 04d72fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,7 @@ endif()
272272

273273
# TODO: Modify the more specific variables as needed to indicate prerelease, etc
274274
# Keep in beta in-between release cycles. Set to empty string (or comment out) for official)
275-
<<<<<<< develop
276275
set(PROJECT_VERSION_PRERELEASE "")
277-
=======
278-
set(PROJECT_VERSION_PRERELEASE "rc2")
279-
>>>>>>> master
280276

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

0 commit comments

Comments
 (0)