From c95512b7a826d2ea688ad1ca4666092d92b35285 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Tue, 18 Feb 2020 10:19:38 +0100 Subject: [PATCH] Bumped version to v3.1.2 --- 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 95707bed..f1d6287c 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.1.1 (2020-02-05)") -#define AMIBERRYDATE MAKEBD(2020, 02, 05) +#define AMIBERRYVERSION _T("Amiberry v3.1.2 (2020-02-18)") +#define AMIBERRYDATE MAKEBD(2020, 02, 18) extern std::string get_version_string();