From 3ae0359c737b4a33c7a77a137c7cec4970cbc0e6 Mon Sep 17 00:00:00 2001 From: stephena Date: Fri, 18 May 2012 14:01:50 +0000 Subject: [PATCH] Not ready for release candidates yet. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2482 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 daa460302..f2555aee8 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "3.7_rc1" +#define STELLA_VERSION "3.7_beta2" #define STELLA_BUILD atoi("$Rev$" + 6) #endif