Bump version to 2.0.1 to prepare for new commits

This commit is contained in:
DRC
2018-08-31 12:54:09 -05:00
parent 43c58ff983
commit a861cc2f31

View File

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