From: DRC Date: Wed, 10 Apr 2019 19:35:45 +0000 (-0500) Subject: Bump version to 2.0.3 to prepare for new commits X-Git-Tag: 2.0.3~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58a3975e93cb2a440e09a5190c174d2714b1580d;p=libjpeg-turbo Bump version to 2.0.3 to prepare for new commits --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bc3458..9f63406 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)