Skip to content

Commit

Permalink
Bumped version to 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Nov 12, 2023
1 parent c064bc3 commit 6995e5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flatpak/com.blitterstudio.amiberry.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
</screenshot>
</screenshots>
<releases>
<release version="5.6.2" date="2023-11-09"/>
<release version="5.6.3" date="2023-11-12"/>
</releases>
</component>
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 5
#define UAEMINOR 6
#define UAESUBREV 0
#define UAESUBREV 3

#define MAX_AMIGADISPLAYS 1

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#include "fsdb_host.h"
#include "keyboard.h"

static const char __ver[40] = "$VER: Amiberry 5.6.2 (2023-11-09)";
static const char __ver[40] = "$VER: Amiberry 5.6.3 (2023-11-12)";
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 v5.6.2 (2023-11-09)")
#define AMIBERRYDATE MAKEBD(2023, 11, 9)
#define AMIBERRYVERSION _T("Amiberry v5.6.3 (2023-11-12)")
#define AMIBERRYDATE MAKEBD(2023, 11, 12)

#define IHF_WINDOWHIDDEN 6

Expand Down

0 comments on commit 6995e5d

Please sign in to comment.