From a44c6bae7281c8f33bd98888b12213ae8652f95f Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Mon, 25 Jan 2016 07:42:12 +0100 Subject: [PATCH] Version 5.1.2 Bumped minor soversion and regressiontest hash Change-Id: I96c9b43b862046106540afac52e1f72bf58525c0 --- cmake/gmxVersionInfo.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index 8590bcb0e6..b9c1fcfe13 100644 --- a/cmake/gmxVersionInfo.cmake +++ b/cmake/gmxVersionInfo.cmake @@ -1,7 +1,7 @@ # # This file is part of the GROMACS molecular simulation package. # -# Copyright (c) 2014,2015, by the GROMACS development team, led by +# Copyright (c) 2014,2015,2016, by the GROMACS development team, led by # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, # and including many others, as listed in the AUTHORS file in the # top-level source directory and at http://www.gromacs.org. @@ -232,7 +232,7 @@ set(GMX_VERSION_SUFFIX "") # code being able to dynamically link with a version of libgromacs # that might not work. set(LIBRARY_SOVERSION_MAJOR 1) -set(LIBRARY_SOVERSION_MINOR 1) +set(LIBRARY_SOVERSION_MINOR 2) set(LIBRARY_VERSION ${LIBRARY_SOVERSION_MAJOR}.${LIBRARY_SOVERSION_MINOR}.0) ##################################################################### @@ -256,7 +256,7 @@ set(REGRESSIONTEST_BRANCH "refs/heads/master") # 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 "614a74e9b143bda5476f87f4ce08eec0" CACHE INTERNAL "MD5 sum of the regressiontests tarball") +set(REGRESSIONTEST_MD5SUM "3f663536649db883a5616f25f95ac927" CACHE INTERNAL "MD5 sum of the regressiontests tarball") math(EXPR GMX_VERSION_NUMERIC "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_MINOR}*100 + ${GMX_VERSION_PATCH}") -- 2.11.4.GIT