Skip to content

Commit

Permalink
Updated version date
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Nov 8, 2023
1 parent 1f02844 commit 9f97d0e
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 @@ -30,6 +30,6 @@
</screenshot>
</screenshots>
<releases>
<release version="6.0.0" date="2023-10-30"/>
<release version="6.0.0" date="2023-11-08"/>
</releases>
</component>
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 v6.0 (2023-10-29)";
static const char __ver[40] = "$VER: Amiberry v6.0 (2023-11-08)";
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 v6.0 preview (2023-11-07)")
#define AMIBERRYDATE MAKEBD(2023, 11, 7)
#define AMIBERRYVERSION _T("Amiberry v6.0 preview (2023-11-08)")
#define AMIBERRYDATE MAKEBD(2023, 11, 8)

#define IHF_WINDOWHIDDEN 6

Expand Down

0 comments on commit 9f97d0e

Please sign in to comment.