From c76bdd688cb60ece296cf6628da2c3d5e45eac9b Mon Sep 17 00:00:00 2001 From: tomch Date: Fri, 26 Apr 2013 22:37:58 +0000 Subject: [PATCH] 1.22.2 (Renumbered 1.22.1.5 to 1.22.2.0) --- AppleWin/docs/History.txt | 5 +++-- AppleWin/resource/Applewin.rc | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/AppleWin/docs/History.txt b/AppleWin/docs/History.txt index 6b34907b..62e0f8ca 100644 --- a/AppleWin/docs/History.txt +++ b/AppleWin/docs/History.txt @@ -13,8 +13,8 @@ Tom Charlesworth tomch at users.berlios.de -1.22.1.5 - 26 Apr 2013 ----------------------- +1.22.2 - 26 Apr 2013 +-------------------- Changes: . Extended logging support during startup and shutdown. . Allow debugging of save-state image from start-up "logo" screen. @@ -26,6 +26,7 @@ Fixes: - A screenshot in 50% scanline mode would produce an all black image. . Fixed inserting of disk images from save-state when drive-2 contained the disk required for drive-1. + 1.22.1 - 7 Mar 2013 -------------------- Changes: diff --git a/AppleWin/resource/Applewin.rc b/AppleWin/resource/Applewin.rc index 558d4ce8..cd109db2 100644 --- a/AppleWin/resource/Applewin.rc +++ b/AppleWin/resource/Applewin.rc @@ -253,8 +253,8 @@ DISK_ICON ICON "DISK.ICO" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,22,1,5 - PRODUCTVERSION 1,22,1,5 + FILEVERSION 1,22,2,0 + PRODUCTVERSION 1,22,2,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -272,12 +272,12 @@ BEGIN VALUE "Comments", "http://applewin.berlios.de" VALUE "CompanyName", "AppleWin" VALUE "FileDescription", "Apple //e Emulator for Windows" - VALUE "FileVersion", "1, 22, 1, 5" + VALUE "FileVersion", "1, 22, 2, 0" VALUE "InternalName", "APPLEWIN" VALUE "LegalCopyright", " 1994-2013 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis" VALUE "OriginalFilename", "APPLEWIN.EXE" VALUE "ProductName", "Apple //e Emulator" - VALUE "ProductVersion", "1, 22, 1, 5" + VALUE "ProductVersion", "1, 22, 2, 0" END END BLOCK "VarFileInfo"