summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-06-27 15:44:52 +0200
committerCarl Worth <cworth@cworth.org>2006-07-01 03:24:33 +0200
commit61404bd5022b913f58ecda8dc9e8922b4fc6f80b (patch)
treeac3bd4d630b508e2ce095b324868ee26f5d93207 /configure.in
parentcea70741e851993fe181a76872fb97549d0769d5 (diff)
Update version to 1.2.0 and add notes to NEWS file.1.2.0
Also update libtool version information to 11:0:9.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index cb349566c..97c0e9b1d 100644
--- a/configure.in
+++ b/configure.in
@@ -4,8 +4,8 @@ AC_PREREQ(2.54)
# An odd micro number indicates in-progress development, (eg. from git/cvs)
# 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, 11)
+m4_define(cairo_version_minor, 2)
+m4_define(cairo_version_micro, 0)
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=10
+LT_CURRENT=11
# 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=8
+LT_AGE=9
dnl ===========================================================================