Change copyright year to 2024.

This commit is contained in:
Julian Frohmüller
2024-04-09 11:40:24 +02:00
parent a0225f9432
commit 5bb628dfad
+2 -2
View File
@@ -37,8 +37,8 @@ if(DEBUG)
add_definitions(-DDEBUG)
endif()
# Copyright year 2023
set(COPYRIGHT_YEAR 2023 CACHE STRING "Copyright Year")
# Copyright year 2024
set(COPYRIGHT_YEAR 2024 CACHE STRING "Copyright Year")
# Path variables for language and script files
set(OSC_INSTALL_PATH "${CMAKE_INSTALL_PREFIX}/bin/" CACHE STRING "OpenSuperClone Installation Directory")