From 04671c03d6070f218040626ba62c8f32230c66f2 Mon Sep 17 00:00:00 2001 From: stephena Date: Mon, 30 Jan 2006 16:23:01 +0000 Subject: [PATCH] Bumped version number to 2.1.1. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@993 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 33018f5d8..db846a590 100644 --- a/stella/src/common/Version.hxx +++ b/stella/src/common/Version.hxx @@ -13,12 +13,12 @@ // 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.12 2006-01-27 20:43:49 stephena Exp $ +// $Id: Version.hxx,v 1.13 2006-01-30 16:23:01 stephena Exp $ //============================================================================ #ifndef VERSION_HXX #define VERSION_HXX -#define STELLA_VERSION "2.1" +#define STELLA_VERSION "2.1.1" #endif