diff options
author | Carl Worth <cworth@cworth.org> | 2003-12-08 12:31:22 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-12-08 12:31:22 +0000 |
commit | 6aff3cbf96dca64e755075add11acc7fc35d6ebd (patch) | |
tree | 9af03d1fde4f36daeec36d13d7cd18e9da4fa773 | |
parent | 76e2cd9a743538222fe77f11e95e174fadd1b308 (diff) |
Bump version to 0.1.16 since it actually has a hope of building, (due to fix for broken cairo-xlib.h includes).
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2003-12-08 Carl Worth <cworth@isi.edu> + + * configure.in: Bump version to 0.1.16 since it actually has a + hope of building, (due to fix for broken cairo-xlib.h includes). + 2003-12-05 Carl Worth <cworth@east.isi.edu> * src/cairo_xlib_surface.c: Don't include obsolete cairo-xlib.h. diff --git a/configure.in b/configure.in index 19baad2b..63a154ea 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(src/cairo.h) dnl =========================================================================== # Package version number, (as distinct from shared library version) -CAIRO_VERSION=0.1.15 +CAIRO_VERSION=0.1.16 # libtool shared library version |