diff --git a/src/osdep/target.h b/src/osdep/target.h index 90fbb103..17a40eb3 100644 --- a/src/osdep/target.h +++ b/src/osdep/target.h @@ -22,7 +22,7 @@ #define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100) #define GETBDD(x) ((x) % 100) -#define AMIBERRYVERSION _T("v3.0.4 (2019-12-01)") +#define AMIBERRYVERSION _T("v3.0.5 (2019-12-02)") #define AMIBERRYDATE MAKEBD(2019, 12, 01) extern std::string get_version_string();