Skip to content

Commit

Permalink
Updated version to v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Apr 6, 2021
1 parent fd462b2 commit b86b03f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/include/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#define UAEMAJOR 4
#define UAEMINOR 1
#define UAESUBREV 1
#define UAESUBREV 2

#define MAX_AMIGADISPLAYS 4

Expand Down
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.1 (2021-04-03)";
static const char __ver[40] = "$VER: Amiberry 4.1.2 (2021-04-06)";
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.1 (2021-04-03)")
#define AMIBERRYDATE MAKEBD(2021, 4, 3)
#define AMIBERRYVERSION _T("Amiberry v4.1.2 (2021-04-06)")
#define AMIBERRYDATE MAKEBD(2021, 4, 6)

#define IHF_WINDOWHIDDEN 6

Expand Down

0 comments on commit b86b03f

Please sign in to comment.