From 9526ec6052cc394f7ec1d4f31f4852f192511ca9 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 7 Sep 2014 10:02:34 +0100 Subject: [PATCH] Bumped version to 1.25.0.2 --- bin/History.txt | 2 +- resource/Applewin.rc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/History.txt b/bin/History.txt index dd61cfb6..dc8491cf 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -9,7 +9,7 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth -1.25.0.1 - 1 Sep 2014 +1.25.0.2 - 7 Sep 2014 --------------------- Note: This is the last planned version to support Win98/ME. . The next release of AppleWin will be built with VS2008 Express, so will only work under Windows 2000 and later. diff --git a/resource/Applewin.rc b/resource/Applewin.rc index 09baba48..fc6dc3a1 100644 --- a/resource/Applewin.rc +++ b/resource/Applewin.rc @@ -251,8 +251,8 @@ DISK_ICON ICON "DISK.ICO" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,25,0,1 - PRODUCTVERSION 1,25,0,1 + FILEVERSION 1,25,0,2 + PRODUCTVERSION 1,25,0,2 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -270,12 +270,12 @@ BEGIN VALUE "Comments", "https://github.com/AppleWin" VALUE "CompanyName", "AppleWin" VALUE "FileDescription", "Apple //e Emulator for Windows" - VALUE "FileVersion", "1, 25, 0, 1" + VALUE "FileVersion", "1, 25, 0, 2" VALUE "InternalName", "APPLEWIN" VALUE "LegalCopyright", " 1994-2014 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, 25, 0, 1" + VALUE "ProductVersion", "1, 25, 0, 2" END END BLOCK "VarFileInfo"