summaryrefslogtreecommitdiff
path: root/branches
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-18 21:16:56 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-18 21:16:56 +0000
commit867190cdcc4252b4f56f8cab09d3e656f630f634 (patch)
tree72a33dea5e3c186616ebe1cd6b8bed2e742d5f37 /branches
parent6e24ddde27aafafaca30af493faf859a74aa4446 (diff)
1.1.0
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@400 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'branches')
-rw-r--r--branches/1.1.x/CMakeLists.txt2
-rw-r--r--branches/1.1.x/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/1.1.x/CMakeLists.txt b/branches/1.1.x/CMakeLists.txt
index 9fd0241..fb6145c 100644
--- a/branches/1.1.x/CMakeLists.txt
+++ b/branches/1.1.x/CMakeLists.txt
@@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 2.6)
project(libjpeg-turbo)
-set(VERSION 1.0.90)
+set(VERSION 1.1.0)
if(MINGW OR CYGWIN)
execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD)
diff --git a/branches/1.1.x/configure.ac b/branches/1.1.x/configure.ac
index 06b3859..c520b61 100644
--- a/branches/1.1.x/configure.ac
+++ b/branches/1.1.x/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.0.90])
+AC_INIT([libjpeg-turbo], [1.1.0])
BUILD=`date +%Y%m%d`
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])