summaryrefslogtreecommitdiff
path: root/cairo-version.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-10-30 08:23:06 -0700
committerCarl Worth <cworth@cworth.org>2008-10-30 08:23:06 -0700
commit5037fa238e820419824773fa2ea475c949e23a8c (patch)
tree7e85a9957e30b711196de11736d5957cdb390d28 /cairo-version.h
parentd53537e8b5e3a8345983d8a0529cb230fa2886d1 (diff)
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.
Diffstat (limited to 'cairo-version.h')
-rw-r--r--cairo-version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cairo-version.h b/cairo-version.h
index 0a2f40a7..489ff2e6 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