From: DRC Date: Thu, 19 Sep 2013 09:36:03 +0000 (+0000) Subject: 1.3.1 X-Git-Tag: 1.3.1~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ef26165cc45618e11540bcbf2dd57bab6522b98;p=libjpeg-turbo 1.3.1 git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1025 632fc199-4ca6-4c93-a231-07263d6284db --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d086a35..1169391 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.6) project(libjpeg-turbo C) -set(VERSION 1.3.0) +set(VERSION 1.3.1) if(MINGW OR CYGWIN) execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD) diff --git a/configure.ac b/configure.ac index 2777ad2..e7435aa 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.3.0]) +AC_INIT([libjpeg-turbo], [1.3.1]) BUILD=`date +%Y%m%d` AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])