From 6aff3cbf96dca64e755075add11acc7fc35d6ebd Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 8 Dec 2003 12:31:22 +0000 Subject: Bump version to 0.1.16 since it actually has a hope of building, (due to fix for broken cairo-xlib.h includes). --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b48da5bb..de8e6457 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-12-08 Carl Worth + + * 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 * 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 -- cgit v1.2.3