Updated version date

This commit is contained in:
Dimitris Panokostas 2020-05-26 00:56:46 +02:00
parent 55bbb49642
commit 2258c6e9e2

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