From e039aea42ebd0ef1823550d3e7d71d862da29012 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sat, 5 Sep 2020 11:27:37 +0200 Subject: [PATCH] Removed beta from version string --- src/osdep/target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osdep/target.h b/src/osdep/target.h index 7a51e6472..f4b15acdd 100644 --- a/src/osdep/target.h +++ b/src/osdep/target.h @@ -22,7 +22,7 @@ #define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100) #define GETBDD(x) ((x) % 100) -#define AMIBERRYVERSION _T("Amiberry v3.2 beta (2020-09-05)") +#define AMIBERRYVERSION _T("Amiberry v3.2 (2020-09-05)") #define AMIBERRYDATE MAKEBD(2020, 9, 5) #define IHF_WINDOWHIDDEN 6