From b2faa8d9b5934f41d9af31ca90a86e51441653d4 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 27 Jul 2025 19:40:03 +0300 Subject: [PATCH] Bumped version --- include/options.h | 2 +- od-win32/win32.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/options.h b/include/options.h index 02ec5876..1b3d9450 100644 --- a/include/options.h +++ b/include/options.h @@ -16,7 +16,7 @@ #define UAEMAJOR 6 #define UAEMINOR 0 -#define UAESUBREV 0 +#define UAESUBREV 1 #define MAX_AMIGADISPLAYS 4 diff --git a/od-win32/win32.h b/od-win32/win32.h index 0f6017fb..a07f800e 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -15,12 +15,12 @@ #define GETBDM(x) (((x) - ((x / 10000) * 10000)) / 100) #define GETBDD(x) ((x) % 100) -#define WINUAEPUBLICBETA 0 +#define WINUAEPUBLICBETA 1 #define LANG_DLL 1 #define LANG_DLL_FULL_VERSION_MATCH 1 #if WINUAEPUBLICBETA -#define WINUAEBETA _T("") +#define WINUAEBETA _T("0") #else #define WINUAEBETA _T("") #endif -- 2.47.3