Bump copyright year to 2024

This commit is contained in:
DRC
2024-01-23 10:46:04 -05:00
parent 1644bdb7d2
commit 0ef07927c3
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ endif()
project(libjpeg-turbo C)
set(VERSION 3.0.2)
set(COPYRIGHT_YEAR "1991-2023")
set(COPYRIGHT_YEAR "1991-2024")
string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})
list(GET VERSION_TRIPLET 0 VERSION_MAJOR)
list(GET VERSION_TRIPLET 1 VERSION_MINOR)