mirror of https://github.com/stella-emu/stella.git
Final changes for 4.6.1 release.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3162 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
439325e911
commit
1c9de2abbd
|
@ -12,7 +12,7 @@
|
|||
Release History
|
||||
===========================================================================
|
||||
|
||||
4.6 to 4.6.1: (April xx, 2015)
|
||||
4.6 to 4.6.1: (April 22, 2015)
|
||||
|
||||
* Fixed bug whereby text input could not be entered in certain widgets
|
||||
in the debugger.
|
||||
|
|
|
@ -2,7 +2,7 @@ stella (4.6.1-1) stable; urgency=high
|
|||
|
||||
* Version 4.6.1 release
|
||||
|
||||
-- Stephen Anthony <stephena@users.sf.net>
|
||||
-- Stephen Anthony <stephena@users.sf.net> Wed, 22 Apr 2015 19:38:10 -0230
|
||||
|
||||
|
||||
stella (4.6-1) stable; urgency=high
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
<br><br><br>
|
||||
|
||||
<center><b>February 1999 - March 2015</b></center>
|
||||
<center><b>February 1999 - April 2015</b></center>
|
||||
<center><b>The Stella Team</b></center>
|
||||
<center><b><a href="http://stella.sourceforge.net">Stella Homepage</a></b></center>
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <cstdlib>
|
||||
|
||||
#define STELLA_VERSION "4.6.1_pre"
|
||||
#define STELLA_VERSION "4.6.1"
|
||||
#define STELLA_BUILD atoi("$Rev$" + 6)
|
||||
|
||||
#endif
|
||||
|
|
|
@ -101,7 +101,7 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||
%_datadir/icons/large/%{name}.png
|
||||
|
||||
%changelog
|
||||
* xxx Apr xx 2015 Stephen Anthony <stephena@users.sf.net> 4.6.1-1
|
||||
* Wed Apr 22 2015 Stephen Anthony <stephena@users.sf.net> 4.6.1-1
|
||||
- Version 4.6.1 release
|
||||
|
||||
* Sat Mar 21 2015 Stephen Anthony <stephena@users.sf.net> 4.6-1
|
||||
|
|
Loading…
Reference in New Issue