Update the default copyright year

This commit is contained in:
Alexander Babikov
2024-01-01 16:51:31 +05:00
parent 4324650a4e
commit 9966c6ced0
2 changed files with 2 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ if(NOT EMU_BUILD_NUM)
set(EMU_BUILD_NUM 0)
endif()
if(NOT EMU_COPYRIGHT_YEAR)
set(EMU_COPYRIGHT_YEAR 2023)
set(EMU_COPYRIGHT_YEAR 2024)
endif()
add_subdirectory(src)

View File

@@ -34,7 +34,7 @@
#define EMU_VERSION_FULL EMU_VERSION
#define EMU_VERSION_FULL_W EMU_VERSION_W
#define COPYRIGHT_YEAR "2022"
#define COPYRIGHT_YEAR "2024"
/* Web URL info. */
#define EMU_SITE "86box.net"