Skip to content

Commit 1385fe4

Browse files
committed
Fixing patch number for release 3.3.0
1 parent ac780d3 commit 1385fe4

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 3 )
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)