mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-24 16:30:01 +00:00
1.26.1.0: Bump version, copyright year & History.txt
This commit is contained in:
parent
1193cfd10f
commit
decbb401f9
@ -9,6 +9,14 @@ https://github.com/AppleWin/AppleWin/issues/new
|
||||
Tom Charlesworth
|
||||
|
||||
|
||||
1.26.1.0 - 11 Feb 2017
|
||||
----------------------
|
||||
Fixes:
|
||||
. [Bug #371] Flickery video when using GR from CP/M. (A regression at 1.26.0.x)
|
||||
. [Bug #363] Debugger: Screen not updating when running in single-stepping debugger mode. (A regression at 1.26.0.x)
|
||||
. Save-state: Fix for loading state when TEXT40 changes to TEXT80 or v.v.
|
||||
|
||||
|
||||
1.26.0.6 - 16 Oct 2016
|
||||
----------------------
|
||||
Changes:
|
||||
|
@ -251,8 +251,8 @@ DISK_ICON ICON "DISK.ICO"
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,26,0,6
|
||||
PRODUCTVERSION 1,26,0,6
|
||||
FILEVERSION 1,26,1,0
|
||||
PRODUCTVERSION 1,26,1,0
|
||||
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, 26, 0, 6"
|
||||
VALUE "FileVersion", "1, 26, 1, 0"
|
||||
VALUE "InternalName", "APPLEWIN"
|
||||
VALUE "LegalCopyright", " 1994-2016 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis"
|
||||
VALUE "LegalCopyright", " 1994-2017 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, 6"
|
||||
VALUE "ProductVersion", "1, 26, 1, 0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
Loading…
x
Reference in New Issue
Block a user