Bump version to v3.1.1

This commit is contained in:
Dimitris Panokostas 2020-02-05 00:52:11 +01:00
parent 71a561ed23
commit 700ddbffa0

View file

@ -22,8 +22,8 @@
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
#define GETBDD(x) ((x) % 100)
#define AMIBERRYVERSION _T("Amiberry v3.1.0 (2020-02-01)")
#define AMIBERRYDATE MAKEBD(2020, 02, 01)
#define AMIBERRYVERSION _T("Amiberry v3.1.1 (2020-02-05)")
#define AMIBERRYDATE MAKEBD(2020, 02, 05)
extern std::string get_version_string();