summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-04-01 15:52:41 -0700
committerCarl Worth <cworth@cworth.org>2008-04-01 15:52:41 -0700
commit5366c8f483dc7bd40b5d0a184c9b16826007c032 (patch)
tree91ec2b0ab167dc423da38af94d6a4e65cf476324
parenteb6721f4ccc6ac861e16ec21c7b420645c4f572b (diff)
Increment version to 1.5.16 and library versioning to 19:0:171.5.16
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 6a83d58fa..7b391c322 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ dnl For the micro number: odd => in-progress development (from git)
dnl even => tar-file snapshot or release
m4_define(cairo_version_major, 1)
m4_define(cairo_version_minor, 5)
-m4_define(cairo_version_micro, 15)
+m4_define(cairo_version_micro, 16)
AC_INIT([cairo],
cairo_version_major.cairo_version_minor.cairo_version_micro,
@@ -26,16 +26,16 @@ dnl ===========================================================================
# libtool shared library version
# Increment if the interface has additions, changes, removals.
-LT_CURRENT=18
+LT_CURRENT=19
# Increment any time the source changes; set to
# 0 if you increment CURRENT
-LT_REVISION=1
+LT_REVISION=0
# Increment if any interfaces have been added; set to 0
# if any interfaces have been removed. removal has
# precedence over adding, so set to 0 if both happened.
-LT_AGE=16
+LT_AGE=17
dnl ===========================================================================