GROMACS 2016 beta1 release
authorMark Abraham <mark.j.abraham@gmail.com>
Tue, 10 May 2016 15:25:07 +0000 (17:25 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 12 May 2016 15:05:35 +0000 (17:05 +0200)
Change-Id: Ifed8cb0e7ea686ee5f1ade36c6ffe701e60f41f4

cmake/gmxVersionInfo.cmake

index 248ec952a6d174c768c80affe643159c5a38ad3b..d3b2fa014f52d499e3f57d930ed8f189f9809d4b 100644 (file)
@@ -54,6 +54,7 @@
 #       Table of historical values
 #         GROMACS     5.0    0
 #         GROMACS     5.1    1
+#         GROMACS     2016   2
 #   LIBRARY_SOVERSION_MINOR so minor version for the built libraries.
 #       Should be increased for each release that changes only the implementation.
 #       In GROMACS, the typical policy is to increase it for each patch version
@@ -192,7 +193,7 @@ set(GMX_VERSION_PATCH 0)
 # candidates, where it signifies the most recent such release from
 # this branch; it will be empty before the first such release, as well
 # as after the final release is out.
-set(GMX_VERSION_SUFFIX "")
+set(GMX_VERSION_SUFFIX "-beta1")
 
 # Conventionally with libtool, any ABI change must change the major
 # version number, the minor version number should change if it's just
@@ -223,12 +224,12 @@ if (NOT SOURCE_IS_SOURCE_DISTRIBUTION AND NOT GMX_BUILD_TARBALL)
 endif()
 
 set(REGRESSIONTEST_VERSION "${GMX_VERSION_STRING}")
-set(REGRESSIONTEST_BRANCH "refs/heads/master")
+set(REGRESSIONTEST_BRANCH "refs/heads/release-2016")
 # TODO Find some way of ensuring that this is bumped appropriately for
 # each release. It's hard to test because it is only used for
 # REGRESSIONTEST_DOWNLOAD, which doesn't work until that tarball has
 # been placed on the server.
-set(REGRESSIONTEST_MD5SUM "3f663536649db883a5616f25f95ac927" CACHE INTERNAL "MD5 sum of the regressiontests tarball")
+set(REGRESSIONTEST_MD5SUM "77ef5812971929994ee8aebd1ba1f003" CACHE INTERNAL "MD5 sum of the regressiontests tarball")
 
 math(EXPR GMX_VERSION_NUMERIC
      "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}")