From: DRC Date: Wed, 1 Jun 2016 03:53:17 +0000 (-0500) Subject: 1.5.0 X-Git-Tag: 1.5.0^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ff13e651bbe6de9c6f15d05235d1d4f26f63ffc;p=libjpeg-turbo 1.5.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5924f0c..1d82d17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ if(POLICY CMP0022) endif() project(libjpeg-turbo C) -set(VERSION 1.4.90) +set(VERSION 1.5.0) 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 c728ee8..173000f 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.4.90]) +AC_INIT([libjpeg-turbo], [1.5.0]) AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2]) AC_PREFIX_DEFAULT(/opt/libjpeg-turbo)