1.27.9: Bump version & update History.txt

This commit is contained in:
tomcw 2018-10-02 22:21:11 +01:00
parent 53d1d04988
commit ab75725d5b
2 changed files with 10 additions and 4 deletions

View File

@ -8,6 +8,12 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
1.27.9.0 - 2 Oct 2018
---------------------
. [Bug #582] Support for partial disk II latch reads when accesses are very close.
- Fixes Curse of the Azure Bonds & Pool of Radiance (saving characters and creating disks).
1.27.8.0 - 9 Sep 2018
---------------------
. [Bug #555] Fix for showing 559th DHGR/DGR/TEXT80 vertical column (retaining 560-pixel display width).

View File

@ -252,8 +252,8 @@ DISK_ICON ICON "DISK.ICO"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,27,8,0
PRODUCTVERSION 1,27,8,0
FILEVERSION 1,27,9,0
PRODUCTVERSION 1,27,9,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, 8, 0"
VALUE "FileVersion", "1, 27, 9, 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, 8, 0"
VALUE "ProductVersion", "1, 27, 9, 0"
END
END
BLOCK "VarFileInfo"