mirror of https://github.com/stella-emu/stella.git
Final updates for 5.1.1 release.
This commit is contained in:
parent
a38b168db8
commit
36997d4d7a
|
@ -12,7 +12,7 @@
|
||||||
 Release History
|
 Release History
|
||||||
===========================================================================
|
===========================================================================
|
||||||

|

|
||||||
5.1 to 5.1.1: (xxx xx, 2018)
|
5.1 to 5.1.1: (February 21, 2018)
|
||||||
|
|
||||||
* Fixed bug in Stargunner ROM starting with a blank screen.
|
* Fixed bug in Stargunner ROM starting with a blank screen.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ stella (5.1.1-1) stable; urgency=high
|
||||||
|
|
||||||
* Version 5.1.1 release
|
* Version 5.1.1 release
|
||||||
|
|
||||||
-- Stephen Anthony <stephena@users.sf.net> Sun, 4 Feb 2018 17:09:59 -0230
|
-- Stephen Anthony <stephena@users.sf.net> Wed, 21 Feb 2018 17:09:59 -0230
|
||||||
|
|
||||||
|
|
||||||
stella (5.1-1) stable; urgency=high
|
stella (5.1-1) stable; urgency=high
|
||||||
|
|
|
@ -19,6 +19,6 @@
|
||||||
#define VERSION_HXX
|
#define VERSION_HXX
|
||||||
|
|
||||||
#define STELLA_VERSION "5.1.1"
|
#define STELLA_VERSION "5.1.1"
|
||||||
#define STELLA_BUILD "4141"
|
#define STELLA_BUILD "4144"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -101,7 +101,7 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
||||||
%_datadir/icons/large/%{name}.png
|
%_datadir/icons/large/%{name}.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Feb 04 2018 Stephen Anthony <stephena@users.sf.net> 5.1.1-1
|
* Wed Feb 21 2018 Stephen Anthony <stephena@users.sf.net> 5.1.1-1
|
||||||
- Version 5.1.1 release
|
- Version 5.1.1 release
|
||||||
|
|
||||||
* Sun Feb 04 2018 Stephen Anthony <stephena@users.sf.net> 5.1-1
|
* Sun Feb 04 2018 Stephen Anthony <stephena@users.sf.net> 5.1-1
|
||||||
|
|
Loading…
Reference in New Issue