Updated beta version date

This commit is contained in:
Dimitris Panokostas 2020-05-20 21:45:00 +02:00
parent e3e2389b8f
commit 4b4d8eb332

View file

@ -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-18)")
#define AMIBERRYDATE MAKEBD(2020, 5, 18)
#define AMIBERRYVERSION _T("Amiberry v3.2 beta (2020-05-20)")
#define AMIBERRYDATE MAKEBD(2020, 5, 20)
extern std::string get_version_string();