We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43dc6e0 commit bc607feCopy full SHA for bc607fe
src/osdep/target.h
@@ -22,8 +22,8 @@
22
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
23
#define GETBDD(x) ((x) % 100)
24
25
-#define AMIBERRYVERSION _T("Amiberry v3.1.2 (2020-02-18)")
26
-#define AMIBERRYDATE MAKEBD(2020, 02, 18)
+#define AMIBERRYVERSION _T("Amiberry v3.1.3 (2020-03-26)")
+#define AMIBERRYDATE MAKEBD(2020, 03, 26)
27
28
extern std::string get_version_string();
29
0 commit comments