Bump version to 2.0.2 to prepare for new commits

This commit is contained in:
DRC
2019-01-01 13:55:01 -06:00
parent aa829dcf50
commit 0696b0a451

View File

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