From 688a54e3b0770e4dadd1a3285b4b35b5f3864782 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Wed, 15 Jan 2025 17:36:48 +0100 Subject: [PATCH] Updated main $VER string with today's date --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index db3c052a..70e501ab 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -76,7 +76,7 @@ #include "fsdb_host.h" #include "keyboard.h" -static const char __ver[40] = "$VER: Amiberry-Lite 5.8 (2025-01-14)"; +static const char __ver[40] = "$VER: Amiberry-Lite 5.8 (2025-01-15)"; long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV; extern int console_logging;