added missing VERSION prefix to _gmx_ver_string
authorSzilard Pall <pszilard@cbr.su.se>
Thu, 18 Mar 2010 12:50:41 +0000 (13:50 +0100)
committerSzilard Pall <pszilard@cbr.su.se>
Thu, 18 Mar 2010 12:50:41 +0000 (13:50 +0100)
src/gmxlib/version.c.cmakein

index 00b03e14d0f6d7425df323c55e56af0a98ff1f36..8aa4895973796e616b6bc73be1acad9338bda645 100644 (file)
@@ -1,4 +1,4 @@
 #include "version.h"
-const char _gmx_ver_string[] = "@GMX_PROJECT_VERSION_STR@";
+const char _gmx_ver_string[] = "VERSION @GMX_PROJECT_VERSION_STR@";
 const char _gmx_full_git_hash[] = "@GMX_GIT_HEAD_HASH@";
 const char _gmx_central_base_hash[] = "@GMX_GIT_REMOTE_HASH@";