From b37d6d829e07cbaf9604ea02ad182d3ca11a790b Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Tue, 19 Jun 2018 22:53:04 +0300 Subject: [PATCH] 4000b16 --- od-win32/win32.h | 6 +++--- od-win32/winuaechangelog.txt | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/od-win32/win32.h b/od-win32/win32.h index 6b7fc04f..b22789a2 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -15,17 +15,17 @@ #define GETBDM(x) (((x) - ((x / 10000) * 10000)) / 100) #define GETBDD(x) ((x) % 100) -#define WINUAEPUBLICBETA 1 +#define WINUAEPUBLICBETA 0 #define LANG_DLL 1 #define LANG_DLL_FULL_VERSION_MATCH 1 #if WINUAEPUBLICBETA -#define WINUAEBETA _T("15") +#define WINUAEBETA _T("16") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2018, 6, 18) +#define WINUAEDATE MAKEBD(2018, 6, 19) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") diff --git a/od-win32/winuaechangelog.txt b/od-win32/winuaechangelog.txt index f719e792..f98bcf11 100644 --- a/od-win32/winuaechangelog.txt +++ b/od-win32/winuaechangelog.txt @@ -1,5 +1,9 @@ +Beta 16: + +- Unminimizing didn't refresh display in certain situations. + Beta 15: - JIT cache size limit was in wrong validation routine, was ignored by on the fly changes (for example uae-configuration). -- 2.47.3