summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2012-01-27 22:12:49 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2012-01-27 22:12:49 +0000
commit7d38d6154e6c6364c67b13ef8fec1738f340c342 (patch)
tree4ef77a152a54334b5cb5cf766e1b8517e73bb3b0
parentd91a291ae4284fa4aa7ac8ec3a62cb1105505500 (diff)
Bump version to 1.2.80 (1.3 alpha1) to prepare for receiving new features
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@750 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r--trunk/CMakeLists.txt2
-rw-r--r--trunk/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/trunk/CMakeLists.txt b/trunk/CMakeLists.txt
index 455d133..274308b 100644
--- a/trunk/CMakeLists.txt
+++ b/trunk/CMakeLists.txt
@@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 2.6)
project(libjpeg-turbo C)
-set(VERSION 1.2.0)
+set(VERSION 1.2.80)
if(MINGW OR CYGWIN)
execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD)
diff --git a/trunk/configure.ac b/trunk/configure.ac
index 440f454..81fc6ec 100644
--- a/trunk/configure.ac
+++ b/trunk/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.0])
+AC_INIT([libjpeg-turbo], [1.2.80])
BUILD=`date +%Y%m%d`
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])