Bumped version to 1.25.0.2

This commit is contained in:
tomcw 2014-09-07 10:02:34 +01:00
parent ce2f0b75cb
commit 9526ec6052
2 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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"