Skip to content

Commit 41b85ea

Browse files
committed
Fix patch number to 0 for release. Re #8904.
1 parent 840415e commit 41b85ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/Mantid/Build/CMake/VersionNumber.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ set ( VERSION_MINOR 1 )
66
# UNCOMMENT the next 'set' line to 'force' the patch version number to
77
# a value (instead of using the count coming out of 'git describe')
88
# DO NOT COMMIT THIS TO MASTER UNCOMMENTED, ONLY TO A RELEASE BRANCH
9-
#set ( VERSION_PATCH 0 )
9+
set ( VERSION_PATCH 0 )
1010

0 commit comments

Comments
 (0)