From 1b14b82ab111114535245171bbe6f260f52e4595 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sat, 11 Aug 2018 13:17:47 -0230 Subject: [PATCH] Bump version number to 6.0 in various files, for upcoming release. The date is still a WIP. --- Announce.txt | 22 +++++++++++----------- debian/changelog | 7 +++++++ docs/debugger.html | 2 +- src/unix/stella.spec | 6 ++++-- src/windows/stella.rc | 8 ++++---- 5 files changed, 27 insertions(+), 18 deletions(-) diff --git a/Announce.txt b/Announce.txt index 191408bd2..d1b751477 100644 --- a/Announce.txt +++ b/Announce.txt @@ -9,7 +9,7 @@ SSSS ttt eeeee llll llll aaaaa =========================================================================== - Release 5.1.1 for Linux, MacOSX and Windows + Release 6.0 for Linux, MacOSX and Windows =========================================================================== The Atari 2600 Video Computer System (VCS), introduced in 1977, was the @@ -21,30 +21,30 @@ all of your favourite Atari 2600 games again! Stella was originally developed for Linux by Bradford W. Mott, however, it has been ported to a number of other platforms and is currently maintained by Stephen Anthony. -This is the 5.1.1 release of Stella for Linux, Mac OSX and Windows. The +This is the 6.0 release of Stella for Linux, Mac OSX and Windows. The distributions currently available are: * Binaries for Windows XP_SP3(*)/Vista/7/8/10 : - Stella-5.1.1-win32.exe (32-bit EXE installer) - Stella-5.1.1-x64.exe (64-bit EXE installer) - Stella-5.1.1-windows.zip (32/64 bit versions) + Stella-6.0-win32.exe (32-bit EXE installer) + Stella-6.0-x64.exe (64-bit EXE installer) + Stella-6.0-windows.zip (32/64 bit versions) (*) Note: Support for Windows XP is problematic on some systems, and will probably be discontinued in a future release. * Binary distribution for MacOS X 10.7 and above : - Stella-5.1.1-macosx.dmg (64-bit Intel) + Stella-6.0-macosx.dmg (64-bit Intel) * Binary distribution in 32-bit & 64-bit Ubuntu DEB format : - stella_5.1.1-1_i386.deb - stella_5.1.1-1_amd64.deb + stella_6.0-1_i386.deb + stella_6.0-1_amd64.deb * Binary distribution in 32-bit & 64-bit RPM format : - stella-5.1.1-2.i386.rpm - stella-5.1.1-2.x86_64.rpm + stella-6.0-2.i386.rpm + stella-6.0-2.x86_64.rpm * Source code distribution for all platforms : - stella-5.1.1-src.tar.xz + stella-6.0-src.tar.xz Distribution Site diff --git a/debian/changelog b/debian/changelog index c27055554..acbbb673c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +stella (6.0-1) stable; urgency=high + + * Version 6.0 release + + -- Stephen Anthony TODO + + stella (5.1.1-1) stable; urgency=high * Version 5.1.1 release diff --git a/docs/debugger.html b/docs/debugger.html index 9fb87cfe9..a0189a47e 100644 --- a/docs/debugger.html +++ b/docs/debugger.html @@ -6,7 +6,7 @@
Stella
-

Release 5.1.1

+

Release 6.0

Integrated Debugger

(a work in progress)


diff --git a/src/unix/stella.spec b/src/unix/stella.spec index 38ebec3b4..157bd88e6 100644 --- a/src/unix/stella.spec +++ b/src/unix/stella.spec @@ -1,5 +1,5 @@ %define name stella -%define version 5.1.1 +%define version 6.0 %define rel 1 %define enable_sound 1 @@ -59,7 +59,6 @@ export CXXFLAGS=$RPM_OPT_FLAGS %else --enable-shared \ %endif - --force-builtin-libpng \ --docdir=%{_docdir}/stella %make @@ -101,6 +100,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %_datadir/icons/large/%{name}.png %changelog +* TODO 2018 Stephen Anthony 6.0-1 +- Version 6.0 release + * Wed Feb 21 2018 Stephen Anthony 5.1.1-1 - Version 5.1.1 release diff --git a/src/windows/stella.rc b/src/windows/stella.rc index 4b5e223ed..5b1a7fe44 100755 --- a/src/windows/stella.rc +++ b/src/windows/stella.rc @@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 5,1,1,0 - PRODUCTVERSION 5,1,1,0 + FILEVERSION 6,0,0,0 + PRODUCTVERSION 6,0,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -55,12 +55,12 @@ BEGIN VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPLv2." VALUE "CompanyName", "The Stella Team (https://stella-emu.github.io)" VALUE "FileDescription", "Stella" - VALUE "FileVersion", "5.1.1" + VALUE "FileVersion", "6.0" VALUE "InternalName", "Stella" VALUE "LegalCopyright", "Copyright (C) 1995-2018 The Stella Team" VALUE "OriginalFilename", "Stella.exe" VALUE "ProductName", "Stella" - VALUE "ProductVersion", "5.1.1" + VALUE "ProductVersion", "6.0" END END BLOCK "VarFileInfo"