From fb6f770d1668211557ca86cb566f29f36b905bfb Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Thu, 1 Apr 2021 08:22:58 +0200 Subject: [PATCH] Updated version strings to v4.0 --- src/include/options.h | 2 +- src/main.cpp | 2 +- src/osdep/target.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/options.h b/src/include/options.h index 5089df458..5ccc38610 100644 --- a/src/include/options.h +++ b/src/include/options.h @@ -16,7 +16,7 @@ #include "traps.h" #define UAEMAJOR 4 -#define UAEMINOR 5 +#define UAEMINOR 0 #define UAESUBREV 0 #define MAX_AMIGADISPLAYS 4 diff --git a/src/main.cpp b/src/main.cpp index 594904e1b..dec4e38e0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -57,7 +57,7 @@ #include #include "keyboard.h" -static const char __ver[40] = "$VER: Amiberry 4.0 RC (2021-03-24)"; +static const char __ver[40] = "$VER: Amiberry 4.0 (2021-04-01)"; long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV; struct uae_prefs currprefs, changed_prefs; diff --git a/src/osdep/target.h b/src/osdep/target.h index 3e2845b74..473db8f02 100644 --- a/src/osdep/target.h +++ b/src/osdep/target.h @@ -24,8 +24,8 @@ #define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100) #define GETBDD(x) ((x) % 100) -#define AMIBERRYVERSION _T("Amiberry v4.0 RC (2021-03-24)") -#define AMIBERRYDATE MAKEBD(2021, 3, 24) +#define AMIBERRYVERSION _T("Amiberry v4.0 (2021-04-01)") +#define AMIBERRYDATE MAKEBD(2021, 4, 1) #define IHF_WINDOWHIDDEN 6