Skip to content

Commit

Permalink
Merge pull request #33476 from mantidproject/update_version_for_relea…
Browse files Browse the repository at this point in the history
…se_6_3

Update version number for release 6.3
  • Loading branch information
thomashampson authored Feb 7, 2022
1 parent c237dc6 commit c7a0e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildconfig/CMake/VersionNumber.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ if(CONDA_BUILD)
message(STATUS "Version: ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
else()
set(VERSION_MAJOR 6)
set(VERSION_MINOR 2)
set(VERSION_MINOR 3)
endif()

# UNCOMMENT the next 'set' line to 'force' the patch version number to a value (instead of using the count coming out of
# 'git describe') DO NOT COMMIT THIS TO MASTER UNCOMMENTED, ONLY TO A RELEASE BRANCH

# set ( VERSION_PATCH 0 )
set(VERSION_PATCH 0)

# The tweak is mean to keep in line with the pre-release numbering. https://semver.org/ examples: First release cadidate
# for tweak 1 is "-1-rc.1" Second release cadidate for tweak 1 is "-1-rc.2" Actual tweak release is "-1"
Expand Down

0 comments on commit c7a0e23

Please sign in to comment.