We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812a0ba commit 53e29b7Copy full SHA for 53e29b7
src/main.cpp
@@ -57,7 +57,7 @@
57
#include <sys/ioctl.h>
58
#include "keyboard.h"
59
60
-static const char __ver[40] = "$VER: Amiberry 4.1.5 RC3 (2021-09-07)";
+static const char __ver[40] = "$VER: Amiberry 4.1.5 RC4 (2021-09-15)";
61
long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV;
62
63
struct uae_prefs currprefs, changed_prefs;
src/osdep/target.h
@@ -24,8 +24,8 @@
24
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
25
#define GETBDD(x) ((x) % 100)
26
27
-#define AMIBERRYVERSION _T("Amiberry v4.1.5 RC3 (2021-09-07)")
28
-#define AMIBERRYDATE MAKEBD(2021, 9, 07)
+#define AMIBERRYVERSION _T("Amiberry v4.1.5 RC4 (2021-09-15)")
+#define AMIBERRYDATE MAKEBD(2021, 9, 15)
29
30
#define IHF_WINDOWHIDDEN 6
31
0 commit comments