Skip to content

Commit

Permalink
Amiberry v5.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Dec 31, 2022
1 parent 1d9f0b7 commit 2e2706f
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 @@ -69,7 +69,7 @@
#include "fsdb_host.h"
#include "keyboard.h"

static const char __ver[40] = "$VER: Amiberry 5.5b (2022-12-31)";
static const char __ver[40] = "$VER: Amiberry 5.5 (2022-12-31)";
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 v5.5b (2022-12-31)")
#define AMIBERRYVERSION _T("Amiberry v5.5 (2022-12-31)")
#define AMIBERRYDATE MAKEBD(2022, 12, 31)

#define IHF_WINDOWHIDDEN 6
Expand Down

0 comments on commit 2e2706f

Please sign in to comment.