From 1db6513a02693f8fbafaddb3527731efaec6f10e Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Fri, 29 May 2020 18:41:45 +0200 Subject: [PATCH] Updated beta version date --- src/osdep/target.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osdep/target.h b/src/osdep/target.h index 0e404b17..70e91a76 100644 --- a/src/osdep/target.h +++ b/src/osdep/target.h @@ -22,8 +22,8 @@ #define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100) #define GETBDD(x) ((x) % 100) -#define AMIBERRYVERSION _T("Amiberry v3.2 beta (2020-05-26)") -#define AMIBERRYDATE MAKEBD(2020, 5, 26) +#define AMIBERRYVERSION _T("Amiberry v3.2 beta (2020-05-29)") +#define AMIBERRYDATE MAKEBD(2020, 5, 29) extern std::string get_version_string();