From 5af5e24f7aac1728fe721c9ed05b889a4977b08c Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Thu, 31 Mar 2022 22:28:52 +0200 Subject: [PATCH] Updated version date --- src/main.cpp | 2 +- src/osdep/target.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 778953b64..d926ae61a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -64,7 +64,7 @@ #include "fsdb_host.h" #include "keyboard.h" -static const char __ver[40] = "$VER: Amiberry 5.0 (2022-03-29)"; +static const char __ver[40] = "$VER: Amiberry 5.0 (2022-03-31)"; 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 e6daa9419..7a24aaad0 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 v5.0 (2022-03-29)") -#define AMIBERRYDATE MAKEBD(2022, 3, 29) +#define AMIBERRYVERSION _T("Amiberry v5.0 (2022-03-31)") +#define AMIBERRYDATE MAKEBD(2022, 3, 31) #define IHF_WINDOWHIDDEN 6