Bump version to 1.26.0.3

This commit is contained in:
tomcw 2016-09-19 22:22:24 +01:00
parent 0a7a0e9e5c
commit 1e9c08b065
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.26.0.2 (beta) - 18 Sept 2016
1.26.0.3 (beta) - 19 Sept 2016
------------------------------
Changes:
. [Bug #126,#157,#194] Beta NTSC support

View File

@ -250,8 +250,8 @@ DISK_ICON ICON "DISK.ICO"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,26,0,2
PRODUCTVERSION 1,26,0,2
FILEVERSION 1,26,0,3
PRODUCTVERSION 1,26,0,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -269,12 +269,12 @@ BEGIN
VALUE "Comments", "https://github.com/AppleWin"
VALUE "CompanyName", "AppleWin"
VALUE "FileDescription", "Apple //e Emulator for Windows"
VALUE "FileVersion", "1, 26, 0, 2"
VALUE "FileVersion", "1, 26, 0, 3"
VALUE "InternalName", "APPLEWIN"
VALUE "LegalCopyright", " 1994-2016 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, 26, 0, 2"
VALUE "ProductVersion", "1, 26, 0, 3"
END
END
BLOCK "VarFileInfo"