From bc28a2408d666062403e0b3249fe82c24494f0ba Mon Sep 17 00:00:00 2001 From: stephena Date: Mon, 23 Aug 2010 12:08:11 +0000 Subject: [PATCH] And time marches on; bumped version # for what will be the next release. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2114 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 c07cbf1c9..34212e123 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "3.2.1" +#define STELLA_VERSION "3.3_pre" #define STELLA_BUILD atoi("$Rev$" + 6) #endif