diff --git a/stella/src/unix/stella.spec b/stella/src/unix/stella.spec index a179deda6..dbf503e32 100644 --- a/stella/src/unix/stella.spec +++ b/stella/src/unix/stella.spec @@ -1,5 +1,5 @@ %define name stella -%define version 2.1 +%define version 2.2 %define rel 1 %define build_plf 0 @@ -126,6 +126,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %_datadir/stella/* %changelog +* Thu Apr 06 2006 Stephen Anthony 2.2-1 +- Version 2.2 release + * Sat Jan 28 2006 Stephen Anthony 2.1-1 - Version 2.1 release diff --git a/stella/src/win32/stella.iss b/stella/src/win32/stella.iss index 1bc7456c8..2904d6a1d 100755 --- a/stella/src/win32/stella.iss +++ b/stella/src/win32/stella.iss @@ -3,14 +3,14 @@ [Setup] AppName=Stella -AppVerName=Stella 2.1 +AppVerName=Stella 2.2 AppPublisher=Bradford W. Mott and the Stella team AppPublisherURL=http://stella.sourceforge.net AppSupportURL=http://stella.sourceforge.net AppUpdatesURL=http://stella.sourceforge.net DefaultDirName={pf}\Stella DefaultGroupName=Stella -OutputBaseFilename=stella-2.1-win32 +OutputBaseFilename=stella-2.2-win32 Compression=lzma SolidCompression=yes @@ -22,11 +22,10 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{ [Files] Source: "H:\windows\src\stella\stella.exe"; DestDir: "{app}"; Flags: ignoreversion -Source: "H:\windows\src\stella\stella-2.1\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "H:\windows\src\stella\stella-2.1\libpng12.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "H:\windows\src\stella\stella-2.1\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "H:\windows\src\stella\stella-2.1\stella.pro"; DestDir: "{app}"; Flags: ignoreversion -Source: "H:\windows\src\stella\stella-2.1\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs +Source: "H:\windows\src\stella\stella-2.2\zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "H:\windows\src\stella\stella-2.2\libpng12.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "H:\windows\src\stella\stella-2.2\SDL.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "H:\windows\src\stella\stella-2.2\docs\*"; DestDir: "{app}\docs"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] @@ -37,4 +36,3 @@ Name: "{group}\Uninstall Stella"; Filename: "{uninstallexe}" ;[Run] ;Filename: "{app}\stella.exe"; Description: "{cm:LaunchProgram,Stella}"; Flags: nowait postinstall skipifsilent - diff --git a/stella/src/win32/stella.rc b/stella/src/win32/stella.rc index 2a4dc3043..587ddd697 100755 --- a/stella/src/win32/stella.rc +++ b/stella/src/win32/stella.rc @@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,1,0,0 - PRODUCTVERSION 2,1,0,0 + FILEVERSION 2,2,0,0 + PRODUCTVERSION 2,2,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 GPL." VALUE "CompanyName", "Bradford W. Mott and the Stella team (http://stella.sourceforge.net)" VALUE "FileDescription", "Stella" - VALUE "FileVersion", "2.1" + VALUE "FileVersion", "2.2" VALUE "InternalName", "Stella" - VALUE "LegalCopyright", "Copyright (C) 1995-2005 B. Mott & the Stella team" + VALUE "LegalCopyright", "Copyright (C) 1995-2006 B. Mott & the Stella team" VALUE "OriginalFilename", "Stella.exe" VALUE "ProductName", "Stella" - VALUE "ProductVersion", "2.1" + VALUE "ProductVersion", "2.2" END END BLOCK "VarFileInfo"