Skip to content

Commit

Permalink
Set the patch number in preparation for 3.1.1 patch release.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Feb 25, 2014
1 parent 53635c0 commit e44872e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Build/CMake/VersionNumber.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set ( VERSION_MINOR 1 )
# 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 1 )

0 comments on commit e44872e

Please sign in to comment.