Increment cairo version to 1.8.0.

This commit is contained in:
Carl Worth 2008-09-25 15:48:14 -07:00
parent e1560eceab
commit 6b3aa86b1c

View file

@ -2,7 +2,7 @@
#define CAIRO_VERSION_H
#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 7
#define CAIRO_VERSION_MICRO 7
#define CAIRO_VERSION_MINOR 8
#define CAIRO_VERSION_MICRO 0
#endif