Increment CAIRO_VERSION to 1.1.2 and libtool versioning to 6:0:4

This commit is contained in:
Carl Worth 2006-04-25 08:51:08 -07:00
parent 3002c6cc8b
commit 68c5382b6c

View file

@ -5,7 +5,7 @@ AC_PREREQ(2.54)
# An even micro number indicates a released version.
m4_define(cairo_version_major, 1)
m4_define(cairo_version_minor, 1)
m4_define(cairo_version_micro, 1)
m4_define(cairo_version_micro, 2)
AC_INIT([cairo],
cairo_version_major.cairo_version_minor.cairo_version_micro,
@ -19,7 +19,7 @@ dnl ===========================================================================
# libtool shared library version
# Increment if the interface has additions, changes, removals.
LT_CURRENT=5
LT_CURRENT=6
# Increment any time the source changes; set to
# 0 if you increment CURRENT
@ -28,7 +28,7 @@ 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=3
LT_AGE=4
dnl ===========================================================================