From 163f0b19654f3c08fd560e80a65e9bde81d381d7 Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 22 Oct 2019 19:39:38 -0500 Subject: [PATCH] Bump version to 2.0.4 to prepare for new commits --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0