Updated version date

This commit is contained in:
Dimitris Panokostas 2024-08-24 17:36:25 +02:00
parent 42e2f15773
commit 1942fcf0d8
No known key found for this signature in database
GPG Key ID: 330156A68E9E0929
3 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@
</screenshot>
</screenshots>
<releases>
<release version="5.7.4" date="2024-08-21"/>
<release version="5.7.4" date="2024-08-24"/>
<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"/>

View File

@ -75,7 +75,7 @@
#include "fsdb_host.h"
#include "keyboard.h"
static const char __ver[40] = "$VER: Amiberry 5.7.4 (2024-08-21)";
static const char __ver[40] = "$VER: Amiberry 5.7.4 (2024-08-24)";
long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV;
extern int console_logging;

View File

@ -20,8 +20,8 @@
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
#define GETBDD(x) ((x) % 100)
#define AMIBERRYVERSION _T("Amiberry v5.7.4 (2024-08-21)")
#define AMIBERRYDATE MAKEBD(2024, 8, 21)
#define AMIBERRYVERSION _T("Amiberry v5.7.4 (2024-08-24)")
#define AMIBERRYDATE MAKEBD(2024, 8, 24)
#define COPYRIGHT _T("Copyright (C) 2016-2024 Dimitris Panokostas")
#define IHF_WINDOWHIDDEN 6