diff --git a/Announce.txt b/Announce.txt index d566176bd..08232fab0 100644 --- a/Announce.txt +++ b/Announce.txt @@ -9,7 +9,7 @@ SSSS ttt eeeee llll llll aaaaa =========================================================================== - Release 3.4 for Linux, MacOSX and Windows + Release 3.4.1 for Linux, MacOSX and Windows =========================================================================== The Atari 2600 Video Computer System (VCS), introduced in 1977, was the @@ -21,31 +21,31 @@ 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 3.4 release of Stella for Linux, Mac OSX and Windows. The +This is the 3.4.1 release of Stella for Linux, Mac OSX and Windows. The distributions currently available are: * Binaries for Windows XP/Vista/7 : - Stella-3.4-win32.exe (32-bit EXE installer) - Stella-3.4-x64.exe (64-bit EXE installer) - Stella-3.4-windows.zip (32/64 bit versions) + Stella-3.4.1-win32.exe (32-bit EXE installer) + Stella-3.4.1-x64.exe (64-bit EXE installer) + Stella-3.4.1-windows.zip (32/64 bit versions) * Binaries for Windows 98/2000 : - Stella-3.4_98_2k-windows.zip (32-bit for Windows 98/2000) + Stella-3.4.1_98_2k-windows.zip (32-bit for Windows 98/2000) * Binary distribution for MacOSX 32-bit & 64-bit : - Stella-3.4-macosx.dmg (32-bit Universal Binary) - Stella-3.4_intel_10.6-macosx.dmg (32/64-bit Intel/Snow-Leopard only) + Stella-3.4.1-macosx.dmg (32-bit Universal Binary) + Stella-3.4.1_intel_10.6-macosx.dmg (32/64-bit Intel/Snow-Leopard only) * Binary distribution in 32-bit & 64-bit Ubuntu DEB format : - stella_3.4-1_i386.deb - stella_3.4-1_amd64.deb + stella_3.4.1-1_i386.deb + stella_3.4.1-1_amd64.deb * Binary distribution in 32-bit & 64-bit RPM format : - stella-3.4-2.i386.rpm - stella-3.4-2.x86_64.rpm + stella-3.4.1-2.i386.rpm + stella-3.4.1-2.x86_64.rpm * Source code distribution for all platforms : - stella-3.4-src.tar.gz + stella-3.4.1-src.tar.gz PLEASE DO NOT WRITE ASKING FOR ROM IMAGES TO USE WITH STELLA! ALL SUCH REQUESTS WILL BE IGNORED! diff --git a/Changes.txt b/Changes.txt index 9aa6924d1..1cb550b9f 100644 --- a/Changes.txt +++ b/Changes.txt @@ -12,7 +12,7 @@ Release History =========================================================================== -3.4 to 3.4.1: (June xx, 2011) +3.4 to 3.4.1: (June 11, 2011) * Re-enabled 'grabmouse' commandline argument and associated functionality with the following changes: diff --git a/Readme.txt b/Readme.txt index 78ef3f8ae..b3f3261fe 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,4 +1,4 @@ -This is release 3.4 of Stella. Stella is a multi-platform Atari 2600 VCS +This is release 3.4.1 of Stella. Stella is a multi-platform Atari 2600 VCS emulator which allows you to play all of your favourite Atari 2600 games on your PC. You'll find the Stella Users Manual in the docs subdirectory. If you'd like to verify that you have the latest release of Stella visit @@ -9,4 +9,4 @@ the Stella Website at: Enjoy, The Stella Team -May 29, 2011 +June 11, 2011 diff --git a/debian/changelog b/debian/changelog index 72bcfc060..d9f04551a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +stella (3.4.1-1) stable; urgency=high + + * Version 3.4.1 release + + -- Stephen Anthony Sat, 11 June 2011 18:38:25 +0200 + + stella (3.4-1) stable; urgency=high * Version 3.4 release diff --git a/docs/index.html b/docs/index.html index 9dac7ff0a..0a76b604e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@

A multi-platform Atari 2600 VCS emulator

-

Release 3.4

+

Release 3.4.1



User's Guide

diff --git a/src/common/Version.hxx b/src/common/Version.hxx index c8a351508..adcdfe764 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "3.4.1_beta1" +#define STELLA_VERSION "3.4.1" #define STELLA_BUILD atoi("$Rev$" + 6) #endif diff --git a/src/macosx/Info-Stella.plist b/src/macosx/Info-Stella.plist index bf6cae800..87f4bd8ac 100644 --- a/src/macosx/Info-Stella.plist +++ b/src/macosx/Info-Stella.plist @@ -53,7 +53,7 @@ CFBundleSignature StLa CFBundleVersion - 3.4 + 3.4.1 NSMainNibFile SDLMain.nib NSPrincipalClass diff --git a/src/unix/stella.SlackBuild b/src/unix/stella.SlackBuild index 28872591a..b7ece141e 100644 --- a/src/unix/stella.SlackBuild +++ b/src/unix/stella.SlackBuild @@ -13,7 +13,7 @@ die() { exit 1 } -VERSION=3.4 +VERSION=3.4.1 ARCH=${ARCH-i486} BUILD=1 diff --git a/src/unix/stella.spec b/src/unix/stella.spec index 5179ecf60..20f6df95e 100644 --- a/src/unix/stella.spec +++ b/src/unix/stella.spec @@ -1,5 +1,5 @@ %define name stella -%define version 3.4 +%define version 3.4.1 %define rel 1 %define enable_gl 1 @@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %_datadir/icons/large/%{name}.png %changelog +* Sat Jun 11 2011 Stephen Anthony 3.4.1-1 +- Version 3.4.1 release + * Sun May 29 2011 Stephen Anthony 3.4-1 - Version 3.4 release diff --git a/src/win32/stella.rc b/src/win32/stella.rc index 1fb2cdb33..312035a9b 100755 --- a/src/win32/stella.rc +++ b/src/win32/stella.rc @@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,4,0,0 - PRODUCTVERSION 3,4,0,0 + FILEVERSION 3,4,1,0 + PRODUCTVERSION 3,4,1,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 (http://stella.sourceforge.net)" VALUE "FileDescription", "Stella" - VALUE "FileVersion", "3.4" + VALUE "FileVersion", "3.4.1" VALUE "InternalName", "Stella" VALUE "LegalCopyright", "Copyright (C) 1995-2011 The Stella Team" VALUE "OriginalFilename", "Stella.exe" VALUE "ProductName", "Stella" - VALUE "ProductVersion", "3.4" + VALUE "ProductVersion", "3.4.1" END END BLOCK "VarFileInfo"