Update version date, remove RC status

This commit is contained in:
Dimitris Panokostas 2025-01-14 22:28:55 +01:00
parent 6b4e0bf805
commit 2f38eb7a1d
No known key found for this signature in database
GPG Key ID: 330156A68E9E0929
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ option(WITH_LTO "Enable Link Time Optimization" OFF)
set(VERSION_MAJOR "7")
set(VERSION_MINOR "0")
set(VERSION_PATCH "0")
set(VERSION_PRE_RELEASE "RC3")
set(VERSION_PRE_RELEASE "")
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

View File

@ -77,7 +77,7 @@
#include "keyboard.h"
// Special version string so that AmigaOS can detect it
static constexpr char __ver[40] = "$VER: Amiberry v7.0 (2025-01-8)";
static constexpr char __ver[40] = "$VER: Amiberry v7.0 (2025-01-14)";
long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV;