Bumped version number past 2.5.1.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1478 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2008-04-18 18:41:18 +00:00
parent dcf1d6be93
commit 6cde4a35af
1 changed files with 2 additions and 2 deletions

View File

@ -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.35 2008-04-08 19:17:26 stephena Exp $
// $Id: Version.hxx,v 1.36 2008-04-18 18:41:18 stephena Exp $
//============================================================================
#ifndef VERSION_HXX
#define VERSION_HXX
#define STELLA_BASE_VERSION "2.5.1"
#define STELLA_BASE_VERSION "2.5.2_cvs"
#ifdef NIGHTLY_BUILD
#define STELLA_VERSION STELLA_BASE_VERSION "pre-" NIGHTLY_BUILD