Skip to content

Commit

Permalink
Bumped version to 4.1.5 RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Sep 15, 2021
1 parent 812a0ba commit 53e29b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1.5 RC3 (2021-09-07)";
static const char __ver[40] = "$VER: Amiberry 4.1.5 RC4 (2021-09-15)";
long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV;

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

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

#define IHF_WINDOWHIDDEN 6

Expand Down

0 comments on commit 53e29b7

Please sign in to comment.