diff --git a/src/main.cpp b/src/main.cpp index d6c77c81b..6fa8a7f40 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -69,7 +69,7 @@ #include "fsdb_host.h" #include "keyboard.h" -static const char __ver[40] = "$VER: Amiberry 5.5b (2022-12-31)"; +static const char __ver[40] = "$VER: Amiberry 5.5 (2022-12-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 a62c1557b..207c97234 100644 --- a/src/osdep/target.h +++ b/src/osdep/target.h @@ -24,7 +24,7 @@ #define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100) #define GETBDD(x) ((x) % 100) -#define AMIBERRYVERSION _T("Amiberry v5.5b (2022-12-31)") +#define AMIBERRYVERSION _T("Amiberry v5.5 (2022-12-31)") #define AMIBERRYDATE MAKEBD(2022, 12, 31) #define IHF_WINDOWHIDDEN 6