From 327ab8ec80eae12c03a1b4be3c5ad2958e6b1a3d Mon Sep 17 00:00:00 2001 From: Martyn Gigg <martyn.gigg@gmail.com> Date: Thu, 14 Nov 2019 14:02:59 +0000 Subject: [PATCH] Fix version number to 4.2.0 --- buildconfig/CMake/VersionNumber.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildconfig/CMake/VersionNumber.cmake b/buildconfig/CMake/VersionNumber.cmake index 30592da16cd..5b3a751a1fe 100644 --- a/buildconfig/CMake/VersionNumber.cmake +++ b/buildconfig/CMake/VersionNumber.cmake @@ -1,9 +1,9 @@ # Set the version number here for MantidVersion and the package filenames set ( VERSION_MAJOR 4 ) -set ( VERSION_MINOR 1 ) +set ( VERSION_MINOR 2 ) # 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 ) -- GitLab