Updated various files for upcoming 3.2.1 release.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2110 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2010-08-21 23:20:42 +00:00
parent 26b1654aa2
commit 2f9ee65822
7 changed files with 21 additions and 11 deletions

View File

@ -12,7 +12,7 @@
Release History
===========================================================================
3.2 to 3.2.1: (August x, 2010)
3.2 to 3.2.1: (August 25, 2010)
* Improved behaviour of joystick 'hat' movement. This should fix bugs
most visible in Yars' Revenge.

View File

@ -1,4 +1,4 @@
This is release 3.2 of Stella. Stella is a multi-platform Atari 2600 VCS
This is release 3.2.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
August 20, 2010
August 25, 2010

9
debian/changelog vendored
View File

@ -1,8 +1,15 @@
stella (3.2.1-1) stable; urgency=high
* Version 3.2.1 release
-- Stephen Anthony <stephena@users.sf.net> Wed, 25 Aug 2010 18:38:25 +0200
stella (3.2-1) stable; urgency=high
* Version 3.2 release
-- Stephen Anthony <stephena@users.sf.net> Mon, 16 Aug 2010 18:38:25 +0200
-- Stephen Anthony <stephena@users.sf.net> Fri 20 Aug 2010 18:38:25 +0200
stella (3.1.2-1) stable; urgency=high

View File

@ -53,7 +53,7 @@
<key>CFBundleSignature</key>
<string>StLa</string>
<key>CFBundleVersion</key>
<string>3.2</string>
<string>3.2.1</string>
<key>NSMainNibFile</key>
<string>SDLMain.nib</string>
<key>NSPrincipalClass</key>

View File

@ -13,7 +13,7 @@ die() {
exit 1
}
VERSION=3.2
VERSION=3.2.1
ARCH=${ARCH-i486}
BUILD=1

View File

@ -1,5 +1,5 @@
%define name stella
%define version 3.2
%define version 3.2.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
* Wed Aug 25 2010 Stephen Anthony <stephena@users.sf.net> 3.2.1-1
- Version 3.2.1 release
* Fri Aug 20 2010 Stephen Anthony <stephena@users.sf.net> 3.2-1
- Version 3.2 release

View File

@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,2,0,0
PRODUCTVERSION 3,2,0,0
FILEVERSION 3,2,1,0
PRODUCTVERSION 3,2,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.2"
VALUE "FileVersion", "3.2.1"
VALUE "InternalName", "Stella"
VALUE "LegalCopyright", "Copyright (C) 1995-2010 The Stella Team"
VALUE "OriginalFilename", "Stella.exe"
VALUE "ProductName", "Stella"
VALUE "ProductVersion", "3.2"
VALUE "ProductVersion", "3.2.1"
END
END
BLOCK "VarFileInfo"