summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f21c3a04f..0191739bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-08-31 Carl Worth <cworth@cworth.org>
+ * configure.in: Increment CAIRO_VERSION to 1.1.1 after making
+ branch tag BRANCH_1_0.
+
+2005-08-31 Carl Worth <cworth@cworth.org>
+
* INSTALL: Add note to use ./autogen.sh instead of ./configure
when working with source from cvs.
diff --git a/configure.in b/configure.in
index 6c608db8b..ea92be078 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_PREREQ(2.54)
# An odd micro number indicates in-progress development, (eg. from CVS)
# An even micro number indicates a released version.
m4_define(cairo_version_major, 1)
-m4_define(cairo_version_minor, 0)
+m4_define(cairo_version_minor, 1)
m4_define(cairo_version_micro, 1)
AC_INIT([cairo],