From e43e56f8abdb479d1d8211d69dbdbcc47196c4dd Mon Sep 17 00:00:00 2001 From: stephena Date: Mon, 21 Nov 2016 19:21:25 +0000 Subject: [PATCH] Updated version for 4.7.3 release. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3320 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 e6bc81ae8..0d87b71ad 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "4.8_pre" +#define STELLA_VERSION "4.7.3" #define STELLA_BUILD atoi("$Rev$" + 6) #endif