From 057f6ff495f97d221b4b7476dd8edfc0f1b0b879 Mon Sep 17 00:00:00 2001 From: stephena Date: Sat, 11 Sep 2010 14:30:14 +0000 Subject: [PATCH] Bumped version # for AtariAge test release. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2130 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 1ad2b976a..757f2d539 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "3.3_test3" +#define STELLA_VERSION "3.3_test4" #define STELLA_BUILD atoi("$Rev$" + 6) #endif