From adbd8f673d754254e23fa7c50458bae0da686a9c Mon Sep 17 00:00:00 2001 From: stephena Date: Thu, 31 Jul 2014 19:31:02 +0000 Subject: [PATCH] Bumped version # for test release. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2969 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- 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 ee0de4f67..851192052 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "4.1_pre1" +#define STELLA_VERSION "4.1_pre2" #define STELLA_BUILD atoi("$Rev$" + 6) #endif