Skip to content

Commit 8e8d45f

Browse files
committed
Changed Beta to Release Candidate
1 parent bc47d3b commit 8e8d45f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
#include <sys/ioctl.h>
5858
#include "keyboard.h"
5959

60-
static const char __ver[40] = "$VER: Amiberry 4.0 BETA (2021-03-24)";
60+
static const char __ver[40] = "$VER: Amiberry 4.0 RC (2021-03-24)";
6161
long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV;
6262

6363
struct uae_prefs currprefs, changed_prefs;

src/osdep/target.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
2525
#define GETBDD(x) ((x) % 100)
2626

27-
#define AMIBERRYVERSION _T("Amiberry v4.0 BETA (2021-03-24)")
27+
#define AMIBERRYVERSION _T("Amiberry v4.0 RC (2021-03-24)")
2828
#define AMIBERRYDATE MAKEBD(2021, 3, 24)
2929

3030
#define IHF_WINDOWHIDDEN 6

0 commit comments

Comments
 (0)