Skip to content

Commit

Permalink
Fix patch number to 0 for release. Re #8904.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Feb 6, 2014
1 parent 840415e commit 41b85ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Build/CMake/VersionNumber.cmake
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 0 )

0 comments on commit 41b85ea

Please sign in to comment.