diff options
author | Marti Maria <info@littlecms.com> | 2010-11-03 22:22:51 +0100 |
---|---|---|
committer | Marti Maria <info@littlecms.com> | 2010-11-03 22:22:51 +0100 |
commit | d7a604e3e5e5ea358b72c1914428c9f4b9af2c79 (patch) | |
tree | 0f2be6728c8e2d33bc50a00de12f8ee3322e967a /configure.ac | |
parent | 54968bce777af600503a9f687f3d00bab529c677 (diff) | |
download | lcms2-d7a604e3e5e5ea358b72c1914428c9f4b9af2c79.tar.gz |
2.1 version bump
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 dfda505..129f94b 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.0) +AC_INIT(lcms2,2.1) # # Libtool library revision control info @@ -31,7 +31,7 @@ AC_INIT(lcms2,2.0) # then set age to 0. # LIBRARY_CURRENT=2 -LIBRARY_REVISION=0 +LIBRARY_REVISION=1 LIBRARY_AGE=0 AC_SUBST(LIBRARY_CURRENT)dnl |