Yet more documentation updates.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1622 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2009-01-15 19:05:27 +00:00
parent 7d2c169204
commit e170e097d1
3 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -10,7 +10,7 @@
<br><br> <br><br>
<center><h2><b>A multi-platform Atari 2600 VCS emulator</b></h2></center> <center><h2><b>A multi-platform Atari 2600 VCS emulator</b></h2></center>
<center><h4><b>Release 2.6.1</b></h4></center> <center><h4><b>Release 2.7</b></h4></center>
<br><br> <br><br>
<center><h2><b>User's Guide</b></h2></center> <center><h2><b>User's Guide</b></h2></center>
@ -40,7 +40,7 @@
<br><br><br> <br><br><br>
<center><b>February 1999 - May 2008</b></center> <center><b>February 1999 - January 2009</b></center>
<center><b>The Stella Team</b></center> <center><b>The Stella Team</b></center>
<center><b><a href="http://stella.sourceforge.net">Stella Homepage</a></b></center> <center><b><a href="http://stella.sourceforge.net">Stella Homepage</a></b></center>
@ -225,8 +225,8 @@
<h2><b>New in Release 2.7</b></h2> <h2><b>New in Release 2.7</b></h2>
<ul> <ul>
<li>Totally reworked the built-in UI to be font-sensitive and use higher- <li>Totally reworked the built-in UI to be font-sensitive and use higher-resolution
resolution fonts. Stella now requires a minimum screen size of 640x480. fonts. Stella now requires a minimum screen size of 640x480.
If used in a resolution smaller than that, the fonts will be reduced If used in a resolution smaller than that, the fonts will be reduced
accordingly. Related to this, switching between software and OpenGL accordingly. Related to this, switching between software and OpenGL
rendering now requires an application restart.</li> rendering now requires an application restart.</li>

View File

@ -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.42 2009-01-01 18:13:35 stephena Exp $ // $Id: Version.hxx,v 1.43 2009-01-15 19:05:27 stephena Exp $
//============================================================================ //============================================================================
#ifndef VERSION_HXX #ifndef VERSION_HXX
#define VERSION_HXX #define VERSION_HXX
#define STELLA_BASE_VERSION "2.6.2_cvs" #define STELLA_BASE_VERSION "2.7"
#ifdef NIGHTLY_BUILD #ifdef NIGHTLY_BUILD
#define STELLA_VERSION STELLA_BASE_VERSION "pre-" NIGHTLY_BUILD #define STELLA_VERSION STELLA_BASE_VERSION "pre-" NIGHTLY_BUILD