Bump revision to 2.0.91 for post-beta fixes

This commit is contained in:
DRC
2020-11-25 14:10:55 -06:00
parent 4e52b66f34
commit cfc7e6e58e

View File

@@ -5,7 +5,7 @@ if(CMAKE_EXECUTABLE_SUFFIX)
endif()
project(libjpeg-turbo C)
set(VERSION 2.0.90)
set(VERSION 2.0.91)
string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})
list(GET VERSION_TRIPLET 0 VERSION_MAJOR)
list(GET VERSION_TRIPLET 1 VERSION_MINOR)