diff --git a/Makefile b/Makefile index b8704a43b..c8240b0df 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,7 @@ else ifeq ($(PLATFORM),orangepi-zero) # Otherwise we'll get compilation errors, check https://tls.mbed.org/kb/development/arm-thumb-error-r7-cannot-be-used-in-asm-here # quote: The assembly code in bn_mul.h is optimized for the ARM platform and uses some registers, including r7 to efficiently do an operation. GCC also uses r7 as the frame pointer under ARM Thumb assembly. CFLAGS += -fomit-frame-pointer -endif + endif # Odroid XU4 (SDL2) else ifeq ($(PLATFORM),xu4) diff --git a/src/main.cpp b/src/main.cpp index d73902af9..35fcc1d83 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -70,7 +70,7 @@ #include "fsdb_host.h" #include "keyboard.h" -static const char __ver[40] = "$VER: Amiberry 5.6.5 (2023-11-29)"; +static const char __ver[40] = "$VER: Amiberry 5.6.5 (2023-12-10)"; 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 3c03362c1..f37d29ee1 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.6.5 (2023-11-29)") -#define AMIBERRYDATE MAKEBD(2023, 11, 29) +#define AMIBERRYVERSION _T("Amiberry v5.6.5 (2023-12-10)") +#define AMIBERRYDATE MAKEBD(2023, 12, 10) #define COPYRIGHT _T("Copyright (C) 2016-2023 Dimitris Panokostas") #define IHF_WINDOWHIDDEN 6