mirror of https://github.com/stella-emu/stella.git
Bumped version number.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1676 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
b24de21ebc
commit
2fe6007b31
|
@ -13,13 +13,13 @@
|
||||||
// See the file "license" for information on usage and redistribution of
|
// See the file "license" for information on usage and redistribution of
|
||||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||||
//
|
//
|
||||||
// $Id: Version.hxx,v 1.52 2009-02-09 15:50:59 stephena Exp $
|
// $Id: Version.hxx,v 1.53 2009-02-16 22:54:13 stephena Exp $
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
||||||
#ifndef VERSION_HXX
|
#ifndef VERSION_HXX
|
||||||
#define VERSION_HXX
|
#define VERSION_HXX
|
||||||
|
|
||||||
#define STELLA_BASE_VERSION "2.7.3a"
|
#define STELLA_BASE_VERSION "2.7.4_cvs"
|
||||||
|
|
||||||
#ifdef NIGHTLY_BUILD
|
#ifdef NIGHTLY_BUILD
|
||||||
#define STELLA_VERSION STELLA_BASE_VERSION "pre-" NIGHTLY_BUILD
|
#define STELLA_VERSION STELLA_BASE_VERSION "pre-" NIGHTLY_BUILD
|
||||||
|
|
Loading…
Reference in New Issue