From 84f7122ba69fc8bc8c9534aadf1d0b20fbd42dbf Mon Sep 17 00:00:00 2001 From: DRC Date: Mon, 31 Dec 2012 09:44:31 +0000 Subject: [PATCH] 1.2.90 (1.3 beta1) git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@874 632fc199-4ca6-4c93-a231-07263d6284db --- CMakeLists.txt | 2 +- ChangeLog.txt | 4 ++-- configure.ac | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de458a5..d46e50e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.6) project(libjpeg-turbo C) -set(VERSION 1.2.80) +set(VERSION 1.2.90) if(MINGW OR CYGWIN) execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD) diff --git a/ChangeLog.txt b/ChangeLog.txt index fc82945..a622c6f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,5 @@ -1.3 pre-beta -============ +1.2.90 (1.3 beta1) +================== [1] Added support for additional scaling factors (3/8, 5/8, 3/4, 7/8, 9/8, 5/4, 11/8, 3/2, 13/8, 7/4, 15/8, and 2) when decompressing. Note that the IDCT will diff --git a/configure.ac b/configure.ac index 31a5ee5..a3f268c 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.2.80]) +AC_INIT([libjpeg-turbo], [1.2.90]) BUILD=`date +%Y%m%d` AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2]) -- 2.40.0