mirror of https://github.com/stella-emu/stella.git
Final changes for 3.3 release, and moving up release date to today.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2186 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
603793a6c5
commit
267d379c99
|
@ -12,7 +12,7 @@
|
|||
Release History
|
||||
===========================================================================
|
||||
|
||||
3.2.2 to 3.3: (November 15, 2010)
|
||||
3.2.2 to 3.3: (November 12, 2010)
|
||||
|
||||
* Added the following Distella 'directives', which are used to override
|
||||
and specifically tell the debugger how to treat address space (CODE,
|
||||
|
|
|
@ -9,4 +9,4 @@ the Stella Website at:
|
|||
Enjoy,
|
||||
|
||||
The Stella Team
|
||||
November 15, 2010
|
||||
November 12, 2010
|
||||
|
|
|
@ -2,7 +2,7 @@ stella (3.3-1) stable; urgency=high
|
|||
|
||||
* Version 3.3 release
|
||||
|
||||
-- Stephen Anthony <stephena@users.sf.net> Mon, 15 Nov 2010 18:38:25 +0200
|
||||
-- Stephen Anthony <stephena@users.sf.net> Fri, 12 Nov 2010 18:38:25 +0200
|
||||
|
||||
|
||||
stella (3.2.1-1) stable; urgency=high
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <cstdlib>
|
||||
|
||||
#define STELLA_VERSION "3.3_test11"
|
||||
#define STELLA_VERSION "3.3"
|
||||
#define STELLA_BUILD atoi("$Rev$" + 6)
|
||||
|
||||
#endif
|
||||
|
|
|
@ -108,7 +108,7 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||
%_datadir/icons/large/%{name}.png
|
||||
|
||||
%changelog
|
||||
* Mon Nov 15 2010 Stephen Anthony <stephena@users.sf.net> 3.3-1
|
||||
* Fri Nov 12 2010 Stephen Anthony <stephena@users.sf.net> 3.3-1
|
||||
- Version 3.3 release
|
||||
|
||||
* Wed Aug 25 2010 Stephen Anthony <stephena@users.sf.net> 3.2.1-1
|
||||
|
|
Loading…
Reference in New Issue