X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=cmake%2FgmxVersionInfo.cmake;h=f7a412b281051f9bc5352f926b4885c2f8873f10;hb=6efa33ebea3ba1629d555e0e9e9646ad7e8cc9ad;hp=162b32818e3d36046e31d45f4c2d84fc83b5a1de;hpb=a751ebf72b76e72acc733b63faaa0215d660e7de;p=alexxy%2Fgromacs.git diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index 162b32818e..f7a412b281 100644 --- a/cmake/gmxVersionInfo.cmake +++ b/cmake/gmxVersionInfo.cmake @@ -253,7 +253,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 "6f8531a6e3c2a8912327b9cd450d8745" CACHE INTERNAL "MD5 sum of the regressiontests tarball") +set(REGRESSIONTEST_MD5SUM "bb67f145095249e9d4a93227fc4c352e" CACHE INTERNAL "MD5 sum of the regressiontests tarball") math(EXPR GMX_VERSION_NUMERIC "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_MINOR}*100 + ${GMX_VERSION_PATCH}")