Skip to content

Commit

Permalink
Merge pull request #710 from openstudiocoalition/develop
Browse files Browse the repository at this point in the history
Remove pre-release tag for 1.7.1
  • Loading branch information
macumber committed Apr 14, 2024
2 parents 5f63e31 + f8d42dc commit fd8611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -263,7 +263,7 @@ endif()

# 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 "rc1")
set(PROJECT_VERSION_PRERELEASE "")

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

0 comments on commit fd8611d

Please sign in to comment.