mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-05 19:40:23 +01:00
Bump version to 0.1.16 since it actually has a hope of building, (due to fix for broken cairo-xlib.h includes).
This commit is contained in:
parent
76e2cd9a74
commit
6aff3cbf96
2 changed files with 6 additions and 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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue