diff --git a/CMakeLists.txt b/CMakeLists.txt index ba33d7af2..34752124c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "RC2") +set(VERSION_PRE_RELEASE "RC3") set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") diff --git a/src/main.cpp b/src/main.cpp index a30512255..4ae83c90b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -76,7 +76,7 @@ #include "keyboard.h" // Special version string so that AmigaOS can detect it -static constexpr char __ver[40] = "$VER: Amiberry v7.0 (2025-01-02)"; +static constexpr char __ver[40] = "$VER: Amiberry v7.0 (2025-01-8)"; long int version = 256 * 65536L * UAEMAJOR + 65536L * UAEMINOR + UAESUBREV; diff --git a/src/osdep/target.h b/src/osdep/target.h index 0cde7d67c..33ac7b18d 100644 --- a/src/osdep/target.h +++ b/src/osdep/target.h @@ -20,8 +20,8 @@ #define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100) #define GETBDD(x) ((x) % 100) -#define AMIBERRYDATE MAKEBD(2024, 9, 20) -#define COPYRIGHT _T("Copyright (C) 2016-2024 Dimitris Panokostas") +#define AMIBERRYDATE MAKEBD(2025, 1, 8) +#define COPYRIGHT _T("Copyright (C) 2016-2025 Dimitris Panokostas") #define IHF_WINDOWHIDDEN 6