mirror of https://github.com/stella-emu/stella.git
Bumped the version number from 1.4_cvs to 1.4. You know a release is
close when that happens ... git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@306 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
9faebe5d59
commit
d246f9f3f4
|
@ -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: Settings.cxx,v 1.25 2004-07-09 00:27:39 stephena Exp $
|
// $Id: Settings.cxx,v 1.26 2004-07-12 02:26:57 stephena Exp $
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
@ -167,7 +167,7 @@ void Settings::usage()
|
||||||
{
|
{
|
||||||
#ifndef MAC_OSX
|
#ifndef MAC_OSX
|
||||||
cout << endl
|
cout << endl
|
||||||
<< "Stella version 1.4_cvs\n\nUsage: stella [options ...] romfile" << endl
|
<< "Stella version 1.4\n\nUsage: stella [options ...] romfile" << endl
|
||||||
<< endl
|
<< endl
|
||||||
<< "Valid options are:" << endl
|
<< "Valid options are:" << endl
|
||||||
<< endl
|
<< endl
|
||||||
|
|
Loading…
Reference in New Issue