Bump version to 2.2 alpha1 ...

... to prepare for new features
This commit is contained in:
DRC
2022-03-07 14:29:37 -06:00
parent f3c716a2bc
commit fc562d11f0

View File

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