From d48f9e6f497453c20d06a6afd18245bf792bf7ca Mon Sep 17 00:00:00 2001 From: stephena Date: Tue, 20 Aug 2013 18:00:34 +0000 Subject: [PATCH] Bumped version # for final testing. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2806 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 6594889fd..438a56014 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "3.9.1_beta1" +#define STELLA_VERSION "3.9.1_rc1" #define STELLA_BUILD atoi("$Rev$" + 6) #endif