Skip to content

Commit

Permalink
Version 5.1.2
Browse files Browse the repository at this point in the history
Bumped minor soversion and regressiontest hash

Change-Id: I96c9b43b862046106540afac52e1f72bf58525c0
  • Loading branch information
mabraham committed Feb 3, 2016
1 parent d079946 commit a44c6ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/gmxVersionInfo.cmake
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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)

#####################################################################
Expand All @@ -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}")
Expand Down

0 comments on commit a44c6ba

Please sign in to comment.