From d97032739e7263d818bec9cada9f5418243f2234 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sat, 27 Jul 2019 20:50:13 +0100 Subject: [PATCH] 1.29.1.0: Updated version and history.txt --- bin/History.txt | 7 +++++++ resource/version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/bin/History.txt b/bin/History.txt index d5f9454c..8f0e953b 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -8,6 +8,13 @@ https://github.com/AppleWin/AppleWin/issues/new Tom Charlesworth +1.29.1.0 - 28 Jul 2019 +---------------------- +. [Bug #662] Fixed WOZ 'Wizardry III' not booting. +. [Bug #668] Fixed WOZ 'Space Quest I' not booting reliably. +. [Bug #670] Fixed PAGE2 not displaying correctly when in full-speed mode. + + 1.29.0.0 - 8 Jul 2019 --------------------- . [Change #544] Support for .woz disk images. diff --git a/resource/version.h b/resource/version.h index 327790e8..cbc2f529 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,29,0,0 +#define APPLEWIN_VERSION 1,29,1,0 #define xstr(a) str(a) #define str(a) #a