Skip to content

Commit

Permalink
Updated version date
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Mar 27, 2022
1 parent 7eb4d3d commit 61aef7c
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
Expand Up @@ -64,7 +64,7 @@
#include "fsdb_host.h"
#include "keyboard.h"

static const char __ver[40] = "$VER: Amiberry 5.0 (2022-03-26)";
static const char __ver[40] = "$VER: Amiberry 5.0 (2022-03-27)";
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
Expand Up @@ -24,8 +24,8 @@
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
#define GETBDD(x) ((x) % 100)

#define AMIBERRYVERSION _T("Amiberry v5.0 (2022-03-26)")
#define AMIBERRYDATE MAKEBD(2022, 3, 26)
#define AMIBERRYVERSION _T("Amiberry v5.0 (2022-03-27)")
#define AMIBERRYDATE MAKEBD(2022, 3, 27)

#define IHF_WINDOWHIDDEN 6

Expand Down

0 comments on commit 61aef7c

Please sign in to comment.