mirror of https://github.com/stella-emu/stella.git
Changed the current version string to 1.4_cvs, since it isn't actually
1.4 final yet. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@236 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
d64aacef70
commit
dfdfc9a139
|
@ -13,7 +13,7 @@
|
||||||
// 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: mainSDL.cxx,v 1.70 2004-04-12 23:28:43 stephena Exp $
|
// $Id: mainSDL.cxx,v 1.71 2004-04-16 13:10:37 stephena Exp $
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
@ -673,7 +673,7 @@ int main(int argc, char* argv[])
|
||||||
// Take care of commandline arguments
|
// Take care of commandline arguments
|
||||||
if(!theSettings->loadCommandLine(argc, argv))
|
if(!theSettings->loadCommandLine(argc, argv))
|
||||||
{
|
{
|
||||||
string message = "Stella for SDL version 1.4\n\nUsage: stella [options ...] romfile";
|
string message = "Stella version 1.4_cvs\n\nUsage: stella [options ...] romfile";
|
||||||
theSettings->usage(message);
|
theSettings->usage(message);
|
||||||
cleanup();
|
cleanup();
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue