diff --git a/flatpak/com.blitterstudio.amiberry.metainfo.xml b/flatpak/com.blitterstudio.amiberry.metainfo.xml index 47e15fc6..3d8c7b3a 100644 --- a/flatpak/com.blitterstudio.amiberry.metainfo.xml +++ b/flatpak/com.blitterstudio.amiberry.metainfo.xml @@ -44,7 +44,7 @@ - + diff --git a/src/main.cpp b/src/main.cpp index 0168d961..10555db3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -75,7 +75,7 @@ #include "fsdb_host.h" #include "keyboard.h" -static const char __ver[40] = "$VER: Amiberry 5.7.3 (2024-06-14)"; +static const char __ver[40] = "$VER: Amiberry 5.7.3 (2024-06-18)"; long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV; extern int console_logging; diff --git a/src/osdep/target.h b/src/osdep/target.h index fb024076..08116e35 100644 --- a/src/osdep/target.h +++ b/src/osdep/target.h @@ -20,8 +20,8 @@ #define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100) #define GETBDD(x) ((x) % 100) -#define AMIBERRYVERSION _T("Amiberry v5.7.3 (2024-06-14)") -#define AMIBERRYDATE MAKEBD(2024, 6, 14) +#define AMIBERRYVERSION _T("Amiberry v5.7.3 (2024-06-18)") +#define AMIBERRYDATE MAKEBD(2024, 6, 18) #define COPYRIGHT _T("Copyright (C) 2016-2024 Dimitris Panokostas") #define IHF_WINDOWHIDDEN 6