1.27.6: Bump version & update History.txt

This commit is contained in:
tomcw 2018-07-28 10:44:12 +01:00
parent a4f225555f
commit b069614a25
2 changed files with 9 additions and 4 deletions

View File

@ -8,6 +8,11 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
1.27.6.0 - 28 Jul 2018
----------------------
. [Bug #570] Fixed lag when repeat-stepping in debugger.
. [Bug #558] Fixed ClosedApple + <key> not working (when using right ALT key).
1.27.5.0 - 24 Jun 2018
----------------------

View File

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