From 0d9673a4d5f6fd4cdd6bc6710ab7f25ace0dacf8 Mon Sep 17 00:00:00 2001 From: stephena Date: Thu, 21 Feb 2013 22:34:33 +0000 Subject: [PATCH] Final updates for the 3.8 release. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2618 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- Announce.txt | 24 ++++++++++++------------ Changes.txt | 2 +- debian/changelog | 7 +++++++ src/common/Version.hxx | 2 +- src/macosx/Info-Stella.plist | 2 +- src/unix/stella.spec | 5 ++++- src/win32/stella.rc | 8 ++++---- 7 files changed, 30 insertions(+), 20 deletions(-) diff --git a/Announce.txt b/Announce.txt index 1692db210..4dbf165eb 100644 --- a/Announce.txt +++ b/Announce.txt @@ -9,7 +9,7 @@ SSSS ttt eeeee llll llll aaaaa =========================================================================== - Release 3.7.5 for Linux, MacOSX and Windows + Release 3.8 for Linux, MacOSX and Windows =========================================================================== The Atari 2600 Video Computer System (VCS), introduced in 1977, was the @@ -21,28 +21,28 @@ 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.7.5 release of Stella for Linux, Mac OSX and Windows. The +This is the 3.8 release of Stella for Linux, Mac OSX and Windows. The distributions currently available are: * Binaries for Windows XP/Vista/7 : - Stella-3.7.5-win32.exe (32-bit EXE installer) - Stella-3.7.5-x64.exe (64-bit EXE installer) - Stella-3.7.5-windows.zip (32/64 bit versions) + Stella-3.8-win32.exe (32-bit EXE installer) + Stella-3.8-x64.exe (64-bit EXE installer) + Stella-3.8-windows.zip (32/64 bit versions) * Binary distribution for MacOS X 32-bit & 64-bit : - Stella-3.7.5-macosx.dmg (32-bit Universal Binary) - Stella-3.7.5_intel-macosx.dmg (32/64-bit Intel/OSX 10.6+) + Stella-3.8-macosx.dmg (32-bit Universal Binary) + Stella-3.8_intel-macosx.dmg (32/64-bit Intel/OSX 10.6+) * Binary distribution in 32-bit & 64-bit Ubuntu DEB format : - stella_3.7.5-1_i386.deb - stella_3.7.5-1_amd64.deb + stella_3.8-1_i386.deb + stella_3.8-1_amd64.deb * Binary distribution in 32-bit & 64-bit RPM format : - stella-3.7.5-2.i386.rpm - stella-3.7.5-2.x86_64.rpm + stella-3.8-2.i386.rpm + stella-3.8-2.x86_64.rpm * Source code distribution for all platforms : - stella-3.7.5-src.tar.gz + stella-3.8-src.tar.gz Distribution Site diff --git a/Changes.txt b/Changes.txt index 0c6ea8c27..c49bd6ebc 100644 --- a/Changes.txt +++ b/Changes.txt @@ -12,7 +12,7 @@ Release History =========================================================================== -3.7.5 to 3.8: (February xx, 2013) +3.7.5 to 3.8: (February 21, 2013) * Huge changes to the sound system: - The sound code now uses 16-bit signed samples instead of 8-bit diff --git a/debian/changelog b/debian/changelog index 580783217..2951429b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +stella (3.8-1) stable; urgency=high + + * Version 3.8 release + + -- Stephen Anthony Thu, 21 Feb 2013 19:02:35 -0330 + + stella (3.7.5-1) stable; urgency=high * Version 3.7.5 release diff --git a/src/common/Version.hxx b/src/common/Version.hxx index 25de2a7c1..df7ae926f 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "3.8_alpha1" +#define STELLA_VERSION "3.8" #define STELLA_BUILD atoi("$Rev$" + 6) #endif diff --git a/src/macosx/Info-Stella.plist b/src/macosx/Info-Stella.plist index 5792027b9..fccb0dcd3 100644 --- a/src/macosx/Info-Stella.plist +++ b/src/macosx/Info-Stella.plist @@ -53,7 +53,7 @@ CFBundleSignature StLa CFBundleVersion - 3.7.5 + 3.8 NSMainNibFile SDLMain.nib NSPrincipalClass diff --git a/src/unix/stella.spec b/src/unix/stella.spec index c69f06d76..02e316dec 100644 --- a/src/unix/stella.spec +++ b/src/unix/stella.spec @@ -1,5 +1,5 @@ %define name stella -%define version 3.7.5 +%define version 3.8 %define rel 1 %define enable_gl 1 @@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %_datadir/icons/large/%{name}.png %changelog +* Thu Feb 21 2013 Stephen Anthony 3.8-1 +- Version 3.8 release + * Sat Dec 22 2012 Stephen Anthony 3.7.5-1 - Version 3.7.5 release diff --git a/src/win32/stella.rc b/src/win32/stella.rc index 3e866ae5f..2c10b87f9 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,7,5,0 - PRODUCTVERSION 3,7,5,0 + FILEVERSION 3,8,0,0 + PRODUCTVERSION 3,8,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 (http://stella.sourceforge.net)" VALUE "FileDescription", "Stella" - VALUE "FileVersion", "3.7.5" + VALUE "FileVersion", "3.8" VALUE "InternalName", "Stella" VALUE "LegalCopyright", "Copyright (C) 1995-2013 The Stella Team" VALUE "OriginalFilename", "Stella.exe" VALUE "ProductName", "Stella" - VALUE "ProductVersion", "3.7.5" + VALUE "ProductVersion", "3.8" END END BLOCK "VarFileInfo"