summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2011-05-23 17:17:14 +0200
committerMarti Maria <info@littlecms.com>2011-05-23 17:17:14 +0200
commitc590842b09987a126c5dbfdb958775b8c0952904 (patch)
tree775764bc58525588e9e5de412a9a63d9a7af6c1e
parentb972648a0e5ad083a2b7c345b24b3bb08480cbef (diff)
downloadlcms2-c590842b09987a126c5dbfdb958775b8c0952904.tar.gz
2.2 release candidate 0lcms2.2rc0
-rwxr-xr-xconfigure22
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 13 deletions
diff --git a/configure b/configure
index 1aa33c8..f8d3eda 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for lcms2 2.1.
+# Generated by GNU Autoconf 2.68 for lcms2 2.2.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -567,8 +567,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='lcms2'
PACKAGE_TARNAME='lcms2'
-PACKAGE_VERSION='2.1'
-PACKAGE_STRING='lcms2 2.1'
+PACKAGE_VERSION='2.2'
+PACKAGE_STRING='lcms2 2.2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1319,7 +1319,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures lcms2 2.1 to adapt to many kinds of systems.
+\`configure' configures lcms2 2.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1389,7 +1389,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of lcms2 2.1:";;
+ short | recursive ) echo "Configuration of lcms2 2.2:";;
esac
cat <<\_ACEOF
@@ -1498,7 +1498,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-lcms2 configure 2.1
+lcms2 configure 2.2
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1984,7 +1984,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by lcms2 $as_me 2.1, which was
+It was created by lcms2 $as_me 2.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -2355,7 +2355,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# then set age to 0.
#
LIBRARY_CURRENT=2
-LIBRARY_REVISION=1
+LIBRARY_REVISION=2
LIBRARY_AGE=0
@@ -2899,7 +2899,7 @@ fi
# Define the identity of the package.
PACKAGE='lcms2'
- VERSION='2.1'
+ VERSION='2.2'
# Some tools Automake needs.
@@ -17248,7 +17248,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by lcms2 $as_me 2.1, which was
+This file was extended by lcms2 $as_me 2.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17305,7 +17305,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-lcms2 config.status 2.1
+lcms2 config.status 2.2
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index a239cc3..f97c3c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PREREQ(2.60)
#
# Set the package name and version
#
-AC_INIT(lcms2,2.1)
+AC_INIT(lcms2,2.2)
#
# Libtool library revision control info
@@ -31,7 +31,7 @@ AC_INIT(lcms2,2.1)
# then set age to 0.
#
LIBRARY_CURRENT=2
-LIBRARY_REVISION=1
+LIBRARY_REVISION=2
LIBRARY_AGE=0
AC_SUBST(LIBRARY_CURRENT)dnl