From: Toni Wilen Date: Tue, 19 Jun 2018 19:53:04 +0000 (+0300) Subject: 4000b16 X-Git-Tag: 4000~1 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=b37d6d829e07cbaf9604ea02ad182d3ca11a790b;p=francis%2Fwinuae.git 4000b16 --- 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).