From a8ef629270fbdf4603e0e572a6c1b8f7786d8d3d Mon Sep 17 00:00:00 2001 From: stephena Date: Fri, 23 Apr 2010 22:36:24 +0000 Subject: [PATCH] Changed version number to a test release of 3.1.1, which is going to be released early next week. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2024 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 0e2525a1b..016652e50 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "3.2_svn" +#define STELLA_VERSION "3.1.1_test1" #define STELLA_BUILD atoi("$Rev$"+6) #endif