From 4fdfbde53a2ae040706c95254c18b3d59e16b1ea Mon Sep 17 00:00:00 2001 From: stephena Date: Mon, 14 May 2012 16:52:16 +0000 Subject: [PATCH] Bumped version # for beta release. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2474 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 43454f6e3..731708213 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "3.7_svn" +#define STELLA_VERSION "3.7_beta1" #define STELLA_BUILD atoi("$Rev$" + 6) #endif