mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-11 05:29:55 +00:00
1.23.0
Bumped version for RC public release.
This commit is contained in:
parent
106a69f527
commit
690dd0bbfb
@ -13,8 +13,10 @@ Tom Charlesworth
|
||||
tomch at users.berlios.de
|
||||
|
||||
|
||||
1.22.2 - 26 Apr 2013
|
||||
1.23.0 - 26 Apr 2013
|
||||
--------------------
|
||||
RC for public release.
|
||||
|
||||
Changes:
|
||||
. Extended logging support during startup and shutdown.
|
||||
. Allow debugging of save-state image from start-up "logo" screen.
|
||||
|
@ -253,8 +253,8 @@ DISK_ICON ICON "DISK.ICO"
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,22,2,0
|
||||
PRODUCTVERSION 1,22,2,0
|
||||
FILEVERSION 1,23,0,0
|
||||
PRODUCTVERSION 1,23,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@ -272,12 +272,12 @@ BEGIN
|
||||
VALUE "Comments", "http://applewin.berlios.de"
|
||||
VALUE "CompanyName", "AppleWin"
|
||||
VALUE "FileDescription", "Apple //e Emulator for Windows"
|
||||
VALUE "FileVersion", "1, 22, 2, 0"
|
||||
VALUE "FileVersion", "1, 23, 0, 0"
|
||||
VALUE "InternalName", "APPLEWIN"
|
||||
VALUE "LegalCopyright", " 1994-2013 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, 22, 2, 0"
|
||||
VALUE "ProductVersion", "1, 23, 0, 0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
Loading…
x
Reference in New Issue
Block a user