From 5880df1d4ddc4c1379668d210d7c90cd43bbb152 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Fri, 14 Aug 2015 15:14:19 +0200 Subject: [PATCH] Bump patch version to prepare for 5.1.1 Change-Id: I1baa0f3adc26ed85b186086c7536c76c9b090b30 --- cmake/gmxVersionInfo.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index 20a6723b2a..dfccfd720f 100644 --- a/cmake/gmxVersionInfo.cmake +++ b/cmake/gmxVersionInfo.cmake @@ -212,7 +212,7 @@ endif() # release that is going to be made from this branch. set(GMX_VERSION_MAJOR 5) set(GMX_VERSION_MINOR 1) -set(GMX_VERSION_PATCH 0) +set(GMX_VERSION_PATCH 1) # The suffix, on the other hand, is used mainly for betas and release # candidates, where it signifies the most recent such release from # this branch; it will be empty before the first such release, as well -- 2.11.4.GIT