diff options
author | Carl Worth <cworth@cworth.org> | 2005-07-28 12:45:26 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-07-28 12:45:26 +0000 |
commit | 61e28ec71f5492671d633ccf9459b6654f33edd6 (patch) | |
tree | 36b3df78f2dc4b732a4a4a333557883ad12cfb45 | |
parent | b9861b3e877776c5fe5b8b30fe76ced8ff846923 (diff) |
Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_6_0.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2005-07-28 Carl Worth <cworth@cworth.org> + * configure.in: Add -head to CAIRO_VERSION after tagging with + SNAPSHOT_0_6_0. + +2005-07-28 Carl Worth <cworth@cworth.org> + * NEWS: Added notes for snapshot 0.6.0 * configure.in: Increment CAIRO_VERSION to 0.6.0 diff --git a/configure.in b/configure.in index 27fe96fa3..f1b503e23 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_INIT(src/cairo.h) dnl =========================================================================== # Package version number, (as distinct from shared library version) -CAIRO_VERSION=0.6.0 +CAIRO_VERSION=0.6.0-head # libtool shared library version |