summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2022-01-05 16:48:35 +0100
committerMarti Maria <marti.maria@littlecms.com>2022-01-05 16:48:35 +0100
commita622b3d21e4d7501e9071bd83f1f1d0a5e51da8c (patch)
tree4861136c1aaba68505a16aed166062f422df9c68
parent4ce24635d9422be4de4f2da3fa7825e1f163ac82 (diff)
parent25801dc72b90e70fe97e622b40e9143fc87d351b (diff)
downloadlcms2-a622b3d21e4d7501e9071bd83f1f1d0a5e51da8c.tar.gz
Merge branch 'master' of https://github.com/mm2/Little-CMS
-rwxr-xr-xconfigure22
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 13 deletions
diff --git a/configure b/configure
index 96fc34b..18b8824 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.69 for lcms2 2.12.
+# Generated by GNU Autoconf 2.69 for lcms2 2.13.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='lcms2'
PACKAGE_TARNAME='lcms2'
-PACKAGE_VERSION='2.12'
-PACKAGE_STRING='lcms2 2.12'
+PACKAGE_VERSION='2.13'
+PACKAGE_STRING='lcms2 2.13'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1368,7 +1368,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.12 to adapt to many kinds of systems.
+\`configure' configures lcms2 2.13 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1439,7 +1439,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of lcms2 2.12:";;
+ short | recursive ) echo "Configuration of lcms2 2.13:";;
esac
cat <<\_ACEOF
@@ -1561,7 +1561,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-lcms2 configure 2.12
+lcms2 configure 2.13
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2047,7 +2047,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.12, which was
+It was created by lcms2 $as_me 2.13, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2403,7 +2403,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# Libtool library revision control info
#
LIBRARY_CURRENT=2
-LIBRARY_REVISION=12
+LIBRARY_REVISION=13
LIBRARY_AGE=0
@@ -2990,7 +2990,7 @@ fi
# Define the identity of the package.
PACKAGE='lcms2'
- VERSION='2.12'
+ VERSION='2.13'
# Some tools Automake needs.
@@ -19151,7 +19151,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.12, which was
+This file was extended by lcms2 $as_me 2.13, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19208,7 +19208,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.12
+lcms2 config.status 2.13
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 32b3979..6159cdc 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.12)
+AC_INIT(lcms2,2.13)
# Specify directory where m4 macros may be found.
AC_CONFIG_MACRO_DIR([m4])
@@ -16,7 +16,7 @@ AC_CONFIG_MACRO_DIR([m4])
# Libtool library revision control info
#
LIBRARY_CURRENT=2
-LIBRARY_REVISION=12
+LIBRARY_REVISION=13
LIBRARY_AGE=0
AC_SUBST(LIBRARY_CURRENT)dnl