From: DRC Date: Thu, 22 Sep 2016 19:14:05 +0000 (-0500) Subject: Bump version to 1.5.2 to prepare for new commits X-Git-Tag: 1.5.2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cf67f2363067ea1046bfb21a824adddaf725e79;p=libjpeg-turbo Bump version to 1.5.2 to prepare for new commits --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c46130..630047f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ if(POLICY CMP0022) endif() project(libjpeg-turbo C) -set(VERSION 1.5.1) +set(VERSION 1.5.2) string(REPLACE "." ";" VERSION_TRIPLET ${VERSION}) list(GET VERSION_TRIPLET 0 VERSION_MAJOR) list(GET VERSION_TRIPLET 1 VERSION_MINOR) diff --git a/configure.ac b/configure.ac index d6f11e1..0542881 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.56]) -AC_INIT([libjpeg-turbo], [1.5.1]) +AC_INIT([libjpeg-turbo], [1.5.2]) AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2]) AC_PREFIX_DEFAULT(/opt/libjpeg-turbo)