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 c9a4e88 commit 18ff2eaCopy full SHA for 18ff2ea
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.2 beta (2020-06-29)")
26
-#define AMIBERRYDATE MAKEBD(2020, 6, 29)
+#define AMIBERRYVERSION _T("Amiberry v3.2 beta (2020-06-30)")
+#define AMIBERRYDATE MAKEBD(2020, 6, 30)
27
28
extern std::string get_version_string();
29
0 commit comments