From: DRC Date: Thu, 22 Mar 2018 21:08:25 +0000 (-0500) Subject: Bump revision to 1.5.90 to prepare for beta X-Git-Tag: 1.5.90~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1095b822b07a484c70fd40078f3e39485585a80d;p=libjpeg-turbo Bump revision to 1.5.90 to prepare for beta --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7042e3a..4530154 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.12) project(libjpeg-turbo C) -set(VERSION 1.5.80) +set(VERSION 1.5.90) string(REPLACE "." ";" VERSION_TRIPLET ${VERSION}) list(GET VERSION_TRIPLET 0 VERSION_MAJOR) list(GET VERSION_TRIPLET 1 VERSION_MINOR)