mirror of https://github.com/stella-emu/stella.git
I'm going to release 4.0 now, since the two remaining features may take
another month to complete, and it's already been 6 months since the last release. And those remaining features have nothing to do with the SDL2 conversion ... git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2947 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
c8eed372db
commit
6bba77e3d6
|
@ -12,7 +12,7 @@
|
|||
Release History
|
||||
===========================================================================
|
||||
|
||||
3.9.3 to 4.0: (FIXME_DATE)
|
||||
3.9.3 to 4.0: (July 1, 2014)
|
||||
|
||||
* Ported Stella to SDL2, which brings many new features. Among the
|
||||
largest improvements is native hardware acceleration support for
|
||||
|
|
|
@ -2,7 +2,7 @@ stella (4.0-1) stable; urgency=high
|
|||
|
||||
* Version 4.0 release
|
||||
|
||||
-- Stephen Anthony <stephena@users.sf.net> FIXME_DATE
|
||||
-- Stephen Anthony <stephena@users.sf.net> Tue, 01 Jul 2014 10:51:55 -0230
|
||||
|
||||
|
||||
stella (3.9.3-1) stable; urgency=high
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <cstdlib>
|
||||
|
||||
#define STELLA_VERSION "3.9.200_svn"
|
||||
#define STELLA_VERSION "4.0"
|
||||
#define STELLA_BUILD atoi("$Rev$" + 6)
|
||||
|
||||
#endif
|
||||
|
|
|
@ -102,7 +102,7 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||
%_datadir/icons/large/%{name}.png
|
||||
|
||||
%changelog
|
||||
* FIXME_DATE Stephen Anthony <stephena@users.sf.net> 4.0-1
|
||||
* Tue Jul 1 2014 Stephen Anthony <stephena@users.sf.net> 4.0-1
|
||||
- Version 4.0 release
|
||||
|
||||
* Mon Jan 20 2014 Stephen Anthony <stephena@users.sf.net> 3.9.3-1
|
||||
|
|
Loading…
Reference in New Issue