From 11fe855027b3435c3364650b57db3dc287184ae2 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 17 May 2020 15:52:23 +0300 Subject: [PATCH] 4400b3 --- od-win32/gencpu_msvc/gencpu_msvc.vcxproj | 1 + od-win32/win32.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/od-win32/gencpu_msvc/gencpu_msvc.vcxproj b/od-win32/gencpu_msvc/gencpu_msvc.vcxproj index 4a1d9a8a..f8b01866 100644 --- a/od-win32/gencpu_msvc/gencpu_msvc.vcxproj +++ b/od-win32/gencpu_msvc/gencpu_msvc.vcxproj @@ -212,6 +212,7 @@ true Default Cdecl + Disabled NDEBUG;%(PreprocessorDefinitions) diff --git a/od-win32/win32.h b/od-win32/win32.h index 43107ad2..a3c0415d 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -20,12 +20,12 @@ #define LANG_DLL_FULL_VERSION_MATCH 1 #if WINUAEPUBLICBETA -#define WINUAEBETA _T("2") +#define WINUAEBETA _T("3") #else #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2020, 5, 2) +#define WINUAEDATE MAKEBD(2020, 5, 17) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") -- 2.47.3