From 6a5b8adc061707729a33e67d125641ad8ad21a1e Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sun, 15 Jan 2017 11:54:36 -0330 Subject: [PATCH] Forgot to include updated release info for tagged release. --- src/common/Version.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Version.hxx b/src/common/Version.hxx index 2ecf36e1e..aeee5b273 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -20,7 +20,7 @@ #include -#define STELLA_VERSION "5.0.0-pre3" +#define STELLA_VERSION "5.0.0-pre4" #define STELLA_BUILD atoi("$Rev$" + 6) #endif