Updated beta version date

This commit is contained in:
Dimitris Panokostas 2020-06-29 08:32:08 +02:00
parent 3e63484ea0
commit 26b68d90ed

View file

@ -22,8 +22,8 @@
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100) #define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
#define GETBDD(x) ((x) % 100) #define GETBDD(x) ((x) % 100)
#define AMIBERRYVERSION _T("Amiberry v3.2 beta (2020-06-28)") #define AMIBERRYVERSION _T("Amiberry v3.2 beta (2020-06-29)")
#define AMIBERRYDATE MAKEBD(2020, 6, 28) #define AMIBERRYDATE MAKEBD(2020, 6, 29)
extern std::string get_version_string(); extern std::string get_version_string();