Skip to content

Commit

Permalink
Updated version date
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Feb 29, 2024
1 parent 5ccdb84 commit 7901960
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
Expand Up @@ -44,7 +44,7 @@
</screenshot>
</screenshots>
<releases>
<release version="5.6.8" date="2024-02-28"/>
<release version="5.6.8" date="2024-02-29"/>
<release version="5.6.7" date="2024-02-14"/>
<release version="5.6.6" date="2024-01-14"/>
<release version="5.6.5" date="2023-12-15"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -74,7 +74,7 @@
#include "fsdb_host.h"
#include "keyboard.h"

static const char __ver[40] = "$VER: Amiberry 5.6.8 (2024-02-28)";
static const char __ver[40] = "$VER: Amiberry 5.6.8 (2024-02-29)";
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 @@ -20,8 +20,8 @@
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
#define GETBDD(x) ((x) % 100)

#define AMIBERRYVERSION _T("Amiberry v5.6.8 (2024-02-28)")
#define AMIBERRYDATE MAKEBD(2024, 2, 28)
#define AMIBERRYVERSION _T("Amiberry v5.6.8 (2024-02-29)")
#define AMIBERRYDATE MAKEBD(2024, 2, 29)
#define COPYRIGHT _T("Copyright (C) 2016-2024 Dimitris Panokostas")

#define IHF_WINDOWHIDDEN 6
Expand Down

0 comments on commit 7901960

Please sign in to comment.