diff --git a/src/main.cpp b/src/main.cpp index db3c052a6..70e501abf 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;