mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-21 10:32:12 +00:00
1.27.6: Bump version & update History.txt
This commit is contained in:
parent
a4f225555f
commit
b069614a25
@ -8,6 +8,11 @@ https://github.com/AppleWin/AppleWin/issues/new
|
|||||||
|
|
||||||
Tom Charlesworth
|
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
|
1.27.5.0 - 24 Jun 2018
|
||||||
----------------------
|
----------------------
|
||||||
|
@ -252,8 +252,8 @@ DISK_ICON ICON "DISK.ICO"
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,27,5,0
|
FILEVERSION 1,27,6,0
|
||||||
PRODUCTVERSION 1,27,5,0
|
PRODUCTVERSION 1,27,6,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
@ -271,12 +271,12 @@ BEGIN
|
|||||||
VALUE "Comments", "https://github.com/AppleWin"
|
VALUE "Comments", "https://github.com/AppleWin"
|
||||||
VALUE "CompanyName", "AppleWin"
|
VALUE "CompanyName", "AppleWin"
|
||||||
VALUE "FileDescription", "Apple //e Emulator for Windows"
|
VALUE "FileDescription", "Apple //e Emulator for Windows"
|
||||||
VALUE "FileVersion", "1, 27, 5, 0"
|
VALUE "FileVersion", "1, 27, 6, 0"
|
||||||
VALUE "InternalName", "APPLEWIN"
|
VALUE "InternalName", "APPLEWIN"
|
||||||
VALUE "LegalCopyright", " 1994-2018 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis"
|
VALUE "LegalCopyright", " 1994-2018 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis"
|
||||||
VALUE "OriginalFilename", "APPLEWIN.EXE"
|
VALUE "OriginalFilename", "APPLEWIN.EXE"
|
||||||
VALUE "ProductName", "Apple //e Emulator"
|
VALUE "ProductName", "Apple //e Emulator"
|
||||||
VALUE "ProductVersion", "1, 27, 5, 0"
|
VALUE "ProductVersion", "1, 27, 6, 0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user