From 9b8dd7145638220fe5fb05b6860ee9e28e01bb25 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Thu, 1 Jan 2026 19:49:02 +0200 Subject: [PATCH] Year bumped --- od-win32/resources/winuae.rc | 2 +- od-win32/win32.cpp | 2 +- od-win32/win32.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/od-win32/resources/winuae.rc b/od-win32/resources/winuae.rc index e19e226b..06032cd4 100644 --- a/od-win32/resources/winuae.rc +++ b/od-win32/resources/winuae.rc @@ -1465,7 +1465,7 @@ BEGIN VALUE "FileDescription", "WinUAE" VALUE "FileVersion", "6.0.3.0" VALUE "InternalName", "WinUAE" - VALUE "LegalCopyright", "© 1996-2025 under the GNU Public License (GPL)" + VALUE "LegalCopyright", "© 1996-2026 under the GNU Public License (GPL)" VALUE "OriginalFilename", "WinUAE.exe" VALUE "ProductName", "WinUAE" VALUE "ProductVersion", "6.0.3.0" diff --git a/od-win32/win32.cpp b/od-win32/win32.cpp index 31526183..ddd633a4 100644 --- a/od-win32/win32.cpp +++ b/od-win32/win32.cpp @@ -3855,7 +3855,7 @@ void logging_init (void) SystemInfo.wProcessorArchitecture, SystemInfo.wProcessorLevel, SystemInfo.wProcessorRevision, SystemInfo.dwNumberOfProcessors, filedate, os_touch); write_log (_T("\n(c) 1995-2001 Bernd Schmidt - Core UAE concept and implementation.") - _T("\n(c) 1998-2025 Toni Wilen - Win32 port, core code updates.") + _T("\n(c) 1998-2026 Toni Wilen - Win32 port, core code updates.") _T("\n(c) 1996-2001 Brian King - Win32 port, Picasso96 RTG, and GUI.") _T("\n(c) 1996-1999 Mathias Ortmann - Win32 port and bsdsocket support.") _T("\n(c) 2000-2001 Bernd Meyer - JIT engine.") diff --git a/od-win32/win32.h b/od-win32/win32.h index d8fb2f26..55346b44 100644 --- a/od-win32/win32.h +++ b/od-win32/win32.h @@ -25,7 +25,7 @@ #define WINUAEBETA _T("") #endif -#define WINUAEDATE MAKEBD(2025, 12, 30) +#define WINUAEDATE MAKEBD(2026, 1, 1) //#define WINUAEEXTRA _T("AmiKit Preview") //#define WINUAEEXTRA _T("Amiga Forever Edition") -- 2.47.3