mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-06 06:32:45 +00:00
Updated version date
This commit is contained in:
parent
42e2f15773
commit
1942fcf0d8
@ -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"/>
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user