Skip to content

Commit

Permalink
Bumped version to 5.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jun 27, 2024
1 parent bca9eaf commit 00b9c69
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions flatpak/com.blitterstudio.amiberry.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
</screenshot>
</screenshots>
<releases>
<release version="5.7.4" date="2024-06-27"/>
<release version="5.7.3" date="2024-06-19"/>
<release version="5.7.2" date="2024-06-06"/>
<release version="5.7.1" date="2024-06-03"/>
Expand Down
2 changes: 1 addition & 1 deletion src/include/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#define UAEMAJOR 5
#define UAEMINOR 7
#define UAESUBREV 3
#define UAESUBREV 4

#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 @@ -75,7 +75,7 @@
#include "fsdb_host.h"
#include "keyboard.h"

static const char __ver[40] = "$VER: Amiberry 5.7.3 (2024-06-19)";
static const char __ver[40] = "$VER: Amiberry 5.7.4 (2024-06-27)";
long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV;

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

#define AMIBERRYVERSION _T("Amiberry v5.7.3 (2024-06-19)")
#define AMIBERRYDATE MAKEBD(2024, 6, 19)
#define AMIBERRYVERSION _T("Amiberry v5.7.4 (2024-06-27)")
#define AMIBERRYDATE MAKEBD(2024, 6, 27)
#define COPYRIGHT _T("Copyright (C) 2016-2024 Dimitris Panokostas")

#define IHF_WINDOWHIDDEN 6
Expand Down

0 comments on commit 00b9c69

Please sign in to comment.