From: DRC Date: Wed, 23 Oct 2019 00:39:38 +0000 (-0500) Subject: Bump version to 2.0.4 to prepare for new commits X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=163f0b19654f3c08fd560e80a65e9bde81d381d7;p=libjpeg-turbo Bump version to 2.0.4 to prepare for new commits --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 28fd443..4e2d5bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if(CMAKE_EXECUTABLE_SUFFIX) endif() project(libjpeg-turbo C) -set(VERSION 2.0.3) +set(VERSION 2.0.4) string(REPLACE "." ";" VERSION_TRIPLET ${VERSION}) list(GET VERSION_TRIPLET 0 VERSION_MAJOR) list(GET VERSION_TRIPLET 1 VERSION_MINOR)