mirror of https://github.com/stella-emu/stella.git
Final updates for the 3.5 release.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2314 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
a7710ab1af
commit
af9e1075d4
|
@ -12,7 +12,7 @@
|
|||
Release History
|
||||
===========================================================================
|
||||
|
||||
3.4.1 to 3.5: (December 31, 2011)
|
||||
3.4.1 to 3.5: (December 29, 2011)
|
||||
|
||||
* Stella is now DonationWare! Please see the DonationWare link on the
|
||||
main webpage for more information.
|
||||
|
|
|
@ -9,4 +9,4 @@ the Stella Website at:
|
|||
Enjoy,
|
||||
|
||||
The Stella Team
|
||||
December 31, 2011
|
||||
December 29, 2011
|
||||
|
|
|
@ -2,7 +2,7 @@ stella (3.5-1) stable; urgency=high
|
|||
|
||||
* Version 3.5 release
|
||||
|
||||
-- Stephen Anthony <stephena@users.sf.net> Sat, 31 Dec 2011 18:38:25 +0200
|
||||
-- Stephen Anthony <stephena@users.sf.net> Thu, 29 Dec 2011 18:38:25 +0200
|
||||
|
||||
|
||||
stella (3.4.1-1) stable; urgency=high
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <cstdlib>
|
||||
|
||||
#define STELLA_VERSION "3.5_beta1"
|
||||
#define STELLA_VERSION "3.5"
|
||||
#define STELLA_BUILD atoi("$Rev$" + 6)
|
||||
|
||||
#endif
|
||||
|
|
|
@ -108,7 +108,7 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||
%_datadir/icons/large/%{name}.png
|
||||
|
||||
%changelog
|
||||
* Sat Dec 31 2011 Stephen Anthony <stephena@users.sf.net> 3.5-1
|
||||
* Thu Dec 29 2011 Stephen Anthony <stephena@users.sf.net> 3.5-1
|
||||
- Version 3.5 release
|
||||
|
||||
* Sat Jun 11 2011 Stephen Anthony <stephena@users.sf.net> 3.4.1-1
|
||||
|
|
Loading…
Reference in New Issue