From: DRC Date: Tue, 1 Jan 2019 19:55:01 +0000 (-0600) Subject: Bump version to 2.0.2 to prepare for new commits X-Git-Tag: 2.0.2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0696b0a451cef5cd3be789952bf95deef54fc714;p=libjpeg-turbo Bump version to 2.0.2 to prepare for new commits --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7af45a4..c01ac7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)