mirror of https://github.com/stella-emu/stella.git
Bumped version # for impending 2.6 release, and also for the state file
format (it's broken again since 2.5). git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1510 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
0a00daf111
commit
cd184d1c69
|
@ -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.36 2008-04-18 18:41:18 stephena Exp $
|
||||
// $Id: Version.hxx,v 1.37 2008-05-15 19:10:10 stephena Exp $
|
||||
//============================================================================
|
||||
|
||||
#ifndef VERSION_HXX
|
||||
#define VERSION_HXX
|
||||
|
||||
#define STELLA_BASE_VERSION "2.5.2_cvs"
|
||||
#define STELLA_BASE_VERSION "2.6_pre"
|
||||
|
||||
#ifdef NIGHTLY_BUILD
|
||||
#define STELLA_VERSION STELLA_BASE_VERSION "pre-" NIGHTLY_BUILD
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
// See the file "license" for information on usage and redistribution of
|
||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||
//
|
||||
// $Id: StateManager.cxx,v 1.4 2008-03-25 13:52:38 stephena Exp $
|
||||
// $Id: StateManager.cxx,v 1.5 2008-05-15 19:10:10 stephena Exp $
|
||||
//============================================================================
|
||||
|
||||
#include <sstream>
|
||||
|
@ -29,8 +29,8 @@
|
|||
|
||||
#include "StateManager.hxx"
|
||||
|
||||
#define STATE_HEADER "02050000state"
|
||||
#define MOVIE_HEADER "02050000movie"
|
||||
#define STATE_HEADER "02060000state"
|
||||
#define MOVIE_HEADER "02060000movie"
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
StateManager::StateManager(OSystem* osystem)
|
||||
|
|
Loading…
Reference in New Issue