Skip to content

Commit

Permalink
Changed Beta to Release Candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Mar 24, 2021
1 parent bc47d3b commit 8e8d45f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#include <sys/ioctl.h>
#include "keyboard.h"

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)";
long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV;

struct uae_prefs currprefs, changed_prefs;
Expand Down
2 changes: 1 addition & 1 deletion src/osdep/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
#define GETBDD(x) ((x) % 100)

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

#define IHF_WINDOWHIDDEN 6
Expand Down

0 comments on commit 8e8d45f

Please sign in to comment.