From 907c158f1297083d6079e5da72f5dea101b8b03a Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Sun, 5 Feb 2017 21:11:24 +0100 Subject: [PATCH] Version 2016.2 Bumped regressiontests hash and minor soversion as usual. Change-Id: Ib005dda4f70e40c79d5911f53c08b1d358fe2948 --- cmake/gmxVersionInfo.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index 700af4ffc3..3b72cf08ba 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,2016, by the GROMACS development team, led by +# Copyright (c) 2014,2015,2016,2017, 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. @@ -205,7 +205,7 @@ set(GMX_VERSION_SUFFIX "") # code being able to dynamically link with a version of libgromacs # that might not work. set(LIBRARY_SOVERSION_MAJOR 2) -set(LIBRARY_SOVERSION_MINOR 1) +set(LIBRARY_SOVERSION_MINOR 2) set(LIBRARY_VERSION ${LIBRARY_SOVERSION_MAJOR}.${LIBRARY_SOVERSION_MINOR}.0) ##################################################################### @@ -228,7 +228,7 @@ endif() set(REGRESSIONTEST_VERSION "${GMX_VERSION_STRING}") set(REGRESSIONTEST_BRANCH "refs/heads/release-2016") -set(REGRESSIONTEST_MD5SUM "366438549270d005fa6def6e56ca0256" CACHE INTERNAL "MD5 sum of the regressiontests tarball") +set(REGRESSIONTEST_MD5SUM "e4d24e3c5f28602c2429b3a389121de8" CACHE INTERNAL "MD5 sum of the regressiontests tarball") math(EXPR GMX_VERSION_NUMERIC "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}") -- 2.11.4.GIT