Bumped version to 3.0.6

This commit is contained in:
Dimitris Panokostas 2019-12-05 01:11:37 +01:00
parent c1af64638f
commit 297ea5b051

View file

@ -22,7 +22,7 @@
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
#define GETBDD(x) ((x) % 100)
#define AMIBERRYVERSION _T("v3.0.5 (2019-12-02)")
#define AMIBERRYVERSION _T("v3.0.6 (2019-12-05)")
#define AMIBERRYDATE MAKEBD(2019, 12, 01)
extern std::string get_version_string();