[cairo-commit] cairo-version.h
Carl Worth
cworth at kemper.freedesktop.org
Thu Oct 30 08:24:30 PDT 2008
cairo-version.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5037fa238e820419824773fa2ea475c949e23a8c
Author: Carl Worth <cworth at cworth.org>
Date: Thu Oct 30 08:23:06 2008 -0700
Increment version to 1.9.1
We're finalyl opening the 1.9 development series in order to land
lots of exciting new features that people have been working on.
diff --git a/cairo-version.h b/cairo-version.h
index 0a2f40a..489ff2e 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -2,7 +2,7 @@
#define CAIRO_VERSION_H
#define CAIRO_VERSION_MAJOR 1
-#define CAIRO_VERSION_MINOR 8
-#define CAIRO_VERSION_MICRO 3
+#define CAIRO_VERSION_MINOR 9
+#define CAIRO_VERSION_MICRO 1
#endif
More information about the cairo-commit
mailing list