diff options
author | Marti Maria <marti.maria@littlecms.com> | 2020-04-01 10:27:22 +0200 |
---|---|---|
committer | Marti Maria <marti.maria@littlecms.com> | 2020-04-01 10:27:22 +0200 |
commit | 08fe5c96ed4089b21fa6e6b6248a54a5a4396cb4 (patch) | |
tree | 7f1648191e2d5468876051dbc10fce71a2ffcc82 /configure.ac | |
parent | 0c5a7443706c86375a53a3a379e4c2a872383954 (diff) | |
download | lcms2-08fe5c96ed4089b21fa6e6b6248a54a5a4396cb4.tar.gz |
Update autotools
Update configure script to 2.10
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c59c230..94453d2 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 |