Bump version to 2.0.3 to prepare for new commits

This commit is contained in:
DRC
2019-04-10 14:35:45 -05:00
parent 5857929f95
commit 58a3975e93

View File

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