summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2023-02-17 17:09:26 +0100
committerMarti Maria <marti.maria@littlecms.com>2023-02-17 17:09:26 +0100
commitabe6dbb9261810731ba11a47c15a9b9bb8ed2dad (patch)
treeda737166e4d666dba2873ae009a0094333dc12a1 /configure.ac
parentbf938b531556f3f7a716683d3d169df7fb619962 (diff)
downloadlcms2-abe6dbb9261810731ba11a47c15a9b9bb8ed2dad.tar.gz
bump to 2.15
Change autoconf version to 2.15
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 467dec1..9257909 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.14)
+AC_INIT(lcms2,2.15)
# 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=14
+LIBRARY_REVISION=15
LIBRARY_AGE=0
AC_SUBST(LIBRARY_CURRENT)dnl