Skip to content

Commit

Permalink
Updated version date
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jun 18, 2024
1 parent d2ec468 commit 25fc5be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -44,7 +44,7 @@
</screenshot>
</screenshots>
<releases>
<release version="5.7.3" date="2024-06-13"/>
<release version="5.7.3" date="2024-06-18"/>
<release version="5.7.2" date="2024-06-06"/>
<release version="5.7.1" date="2024-06-03"/>
<release version="5.7.0" date="2024-04-20"/>
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-14)";
static const char __ver[40] = "$VER: Amiberry 5.7.3 (2024-06-18)";
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-14)")
#define AMIBERRYDATE MAKEBD(2024, 6, 14)
#define AMIBERRYVERSION _T("Amiberry v5.7.3 (2024-06-18)")
#define AMIBERRYDATE MAKEBD(2024, 6, 18)
#define COPYRIGHT _T("Copyright (C) 2016-2024 Dimitris Panokostas")

#define IHF_WINDOWHIDDEN 6
Expand Down

0 comments on commit 25fc5be

Please sign in to comment.