Skip to content

Commit 53e29b7

Browse files
committed
Bumped version to 4.1.5 RC4
1 parent 812a0ba commit 53e29b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main.cpp

+1-1
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.1.5 RC3 (2021-09-07)";
60+
static const char __ver[40] = "$VER: Amiberry 4.1.5 RC4 (2021-09-15)";
6161
long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV;
6262

6363
struct uae_prefs currprefs, changed_prefs;

src/osdep/target.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
2525
#define GETBDD(x) ((x) % 100)
2626

27-
#define AMIBERRYVERSION _T("Amiberry v4.1.5 RC3 (2021-09-07)")
28-
#define AMIBERRYDATE MAKEBD(2021, 9, 07)
27+
#define AMIBERRYVERSION _T("Amiberry v4.1.5 RC4 (2021-09-15)")
28+
#define AMIBERRYDATE MAKEBD(2021, 9, 15)
2929

3030
#define IHF_WINDOWHIDDEN 6
3131

0 commit comments

Comments
 (0)