Bump version to 3.0.0

This commit is contained in:
DRC
2023-06-12 14:36:18 -04:00
parent 6b506ed397
commit 0e9683c4c6

View File

@@ -10,7 +10,7 @@ if(CMAKE_EXECUTABLE_SUFFIX)
endif()
project(libjpeg-turbo C)
set(VERSION 2.1.92)
set(VERSION 3.0.0)
set(COPYRIGHT_YEAR "1991-2023")
string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})
list(GET VERSION_TRIPLET 0 VERSION_MAJOR)