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 bc47d3b commit 8e8d45fCopy full SHA for 8e8d45f
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.0 BETA (2021-03-24)";
+static const char __ver[40] = "$VER: Amiberry 4.0 RC (2021-03-24)";
61
long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV;
62
63
struct uae_prefs currprefs, changed_prefs;
src/osdep/target.h
@@ -24,7 +24,7 @@
24
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
25
#define GETBDD(x) ((x) % 100)
26
27
-#define AMIBERRYVERSION _T("Amiberry v4.0 BETA (2021-03-24)")
+#define AMIBERRYVERSION _T("Amiberry v4.0 RC (2021-03-24)")
28
#define AMIBERRYDATE MAKEBD(2021, 3, 24)
29
30
#define IHF_WINDOWHIDDEN 6
0 commit comments