summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2020-04-23 09:36:03 +0200
committerMarti Maria <marti.maria@littlecms.com>2020-04-23 09:36:03 +0200
commitaa64fa73c26bfb61b087ac1dab5cf44b53f57b24 (patch)
tree1a80398743fbff6d4e17836d90c31463786a5327 /configure.ac
parent0030b066b2eec47da5f987319bd4e8d5e92449fe (diff)
downloadlcms2-aa64fa73c26bfb61b087ac1dab5cf44b53f57b24.tar.gz
Release of fast floating point plug-in to open source
Release of fast floating point plug-in to open source. This plug-in greatly increments the throughput in some situations. It is released under GPL3, which is different from the core library, released under MIT.
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 88d8117..5ec64d9 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.9)
+AC_INIT(lcms2,2.10)
# 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=8
+LIBRARY_REVISION=10
LIBRARY_AGE=0
AC_SUBST(LIBRARY_CURRENT)dnl