summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2020-04-05 13:55:32 +0200
committerMarti Maria <marti.maria@littlecms.com>2020-04-05 13:55:32 +0200
commitd37b0949d2e438a9f6cd9093bdb3641ed062d857 (patch)
tree6b438ead5f494ab53eee4203b009733d8a070a35 /configure.ac
parentbc9bf80aa77aa3521e0c847fb2795457987c6b03 (diff)
downloadlcms2-d37b0949d2e438a9f6cd9093bdb3641ed062d857.tar.gz
Revert "Update autotools"
This reverts commit 08fe5c96ed4089b21fa6e6b6248a54a5a4396cb4.
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 94453d2..c59c230 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.10)
+AC_INIT(lcms2,2.9)
# Specify directory where m4 macros may be found.
AC_CONFIG_MACRO_DIR([m4])
@@ -34,7 +34,7 @@ AC_CONFIG_MACRO_DIR([m4])
# then set age to 0.
#
LIBRARY_CURRENT=2
-LIBRARY_REVISION=10
+LIBRARY_REVISION=8
LIBRARY_AGE=0
AC_SUBST(LIBRARY_CURRENT)dnl