From: DRC Date: Tue, 10 May 2016 01:28:17 +0000 (-0500) Subject: Bump version to 1.6 alpha1 X-Git-Tag: 1.5.90~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cb27c31d9ee68736d2ba40dad52265658f01b28;p=libjpeg-turbo Bump version to 1.6 alpha1 (to prepare for new features) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d82d17..f41b0b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ if(POLICY CMP0022) endif() project(libjpeg-turbo C) -set(VERSION 1.5.0) +set(VERSION 1.5.80) 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 173000f..ba6ace3 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.0]) +AC_INIT([libjpeg-turbo], [1.5.80]) AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2]) AC_PREFIX_DEFAULT(/opt/libjpeg-turbo)