mirror of https://github.com/stella-emu/stella.git
Final commit for 4.6.5 release.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3219 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
573570c1c8
commit
f367b3a9a6
|
@ -2,7 +2,7 @@ stella (4.6.5-1) stable; urgency=high
|
|||
|
||||
* Version 4.6.5 release
|
||||
|
||||
-- Stephen Anthony <stephena@users.sf.net> Fri, 25 Sep 2015 13:50:43 -0230
|
||||
-- Stephen Anthony <stephena@users.sf.net> Fri, 25 Sep 2015 20:18:40 -0230
|
||||
|
||||
|
||||
stella (4.6-1) stable; urgency=high
|
||||
|
|
|
@ -353,7 +353,7 @@
|
|||
<p>
|
||||
<h3><b><u>Windows</u></b></h3>
|
||||
|
||||
<p>The Windows version of Stella is designed to work on Windows XP_SP3/Vista/7/8
|
||||
<p>The Windows version of Stella is designed to work on Windows XP_SP3/Vista/7/8/10
|
||||
with the following:</p>
|
||||
|
||||
<ul>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <cstdlib>
|
||||
|
||||
#define STELLA_VERSION "4.6.5_pre"
|
||||
#define STELLA_VERSION "4.6.5"
|
||||
#define STELLA_BUILD atoi("$Rev$" + 6)
|
||||
|
||||
#endif
|
||||
|
|
|
@ -101,7 +101,7 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||
%_datadir/icons/large/%{name}.png
|
||||
|
||||
%changelog
|
||||
* Fri Sep 25 2015 Stephen Anthony <stephena@users.sf.net> 4.6.5-1
|
||||
* Sat Sep 26 2015 Stephen Anthony <stephena@users.sf.net> 4.6.5-1
|
||||
- Version 4.6.5 release
|
||||
|
||||
* Wed Apr 22 2015 Stephen Anthony <stephena@users.sf.net> 4.6.1-1
|
||||
|
|
Loading…
Reference in New Issue