Bump version to 3.0.1 to prepare for new commits

This commit is contained in:
DRC
2023-07-27 13:11:39 -04:00
parent dbae59281f
commit e17fa3a271

View File

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