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 98004c9 commit e039aeaCopy full SHA for e039aea
src/osdep/target.h
@@ -22,7 +22,7 @@
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-09-05)")
+#define AMIBERRYVERSION _T("Amiberry v3.2 (2020-09-05)")
26
#define AMIBERRYDATE MAKEBD(2020, 9, 5)
27
28
#define IHF_WINDOWHIDDEN 6
0 commit comments