From b454085e8edbbcbd67022c7635345526a04ffced Mon Sep 17 00:00:00 2001 From: stephena Date: Fri, 23 May 2008 13:03:51 +0000 Subject: [PATCH] Bumped version number for post 2.6.1 release. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1534 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/common/Version.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stella/src/common/Version.hxx b/stella/src/common/Version.hxx index 1397a44c6..cf518d2b7 100644 --- a/stella/src/common/Version.hxx +++ b/stella/src/common/Version.hxx @@ -13,13 +13,13 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Version.hxx,v 1.40 2008-05-21 18:48:41 stephena Exp $ +// $Id: Version.hxx,v 1.41 2008-05-23 13:03:51 stephena Exp $ //============================================================================ #ifndef VERSION_HXX #define VERSION_HXX -#define STELLA_BASE_VERSION "2.6.1" +#define STELLA_BASE_VERSION "2.6.2_cvs" #ifdef NIGHTLY_BUILD #define STELLA_VERSION STELLA_BASE_VERSION "pre-" NIGHTLY_BUILD