Increment cairo version to 1.8.1 after the 1.8.0 release.

This commit is contained in:
Carl Worth 2008-09-25 16:06:19 -07:00
parent 6b3aa86b1c
commit dd7e2461ce

View file

@ -3,6 +3,6 @@
#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 8
#define CAIRO_VERSION_MICRO 0
#define CAIRO_VERSION_MICRO 1
#endif