mirror of https://github.com/stella-emu/stella.git
Final changes for 2.6.1 release.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1527 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
9fc6eff352
commit
23f34694cc
|
@ -12,7 +12,7 @@
|
|||
Release History
|
||||
===============================================================================
|
||||
|
||||
2.6 to 2.6.1: (May 23, 2008)
|
||||
2.6 to 2.6.1: (May 22, 2008)
|
||||
|
||||
* Introduced more accurate timing for NTSC vs. PAL modes, where the
|
||||
framerate is based on the number of scanlines per frame. This should
|
||||
|
|
|
@ -9,4 +9,4 @@ the Stella Website at:
|
|||
Enjoy,
|
||||
|
||||
The Stella Team
|
||||
May 23, 2008
|
||||
May 22, 2008
|
||||
|
|
|
@ -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.39 2008-05-16 23:56:21 stephena Exp $
|
||||
// $Id: Version.hxx,v 1.40 2008-05-21 18:48:41 stephena Exp $
|
||||
//============================================================================
|
||||
|
||||
#ifndef VERSION_HXX
|
||||
#define VERSION_HXX
|
||||
|
||||
#define STELLA_BASE_VERSION "2.6.1_pre"
|
||||
#define STELLA_BASE_VERSION "2.6.1"
|
||||
|
||||
#ifdef NIGHTLY_BUILD
|
||||
#define STELLA_VERSION STELLA_BASE_VERSION "pre-" NIGHTLY_BUILD
|
||||
|
|
|
@ -107,7 +107,7 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||
%_datadir/icons/large/%{name}.png
|
||||
|
||||
%changelog
|
||||
* Fri May 23 2008 Stephen Anthony <stephena@users.sf.net> 2.6.1-1
|
||||
* Thu May 22 2008 Stephen Anthony <stephena@users.sf.net> 2.6.1-1
|
||||
- Version 2.6.1 release
|
||||
|
||||
* Fri May 16 2008 Stephen Anthony <stephena@users.sf.net> 2.6-1
|
||||
|
|
Loading…
Reference in New Issue