From: Toni Wilen Date: Thu, 1 Jan 2026 17:49:02 +0000 (+0200) Subject: Year bumped X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=9b8dd7145638220fe5fb05b6860ee9e28e01bb25;p=francis%2Fwinuae.git Year bumped --- 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")