diff options
author | Carl Worth <cworth@cworth.org> | 2010-02-19 16:24:49 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-02-19 16:24:49 -0800 |
commit | dc7eba7564c1cf90cb4d330824e63053a51d3450 (patch) | |
tree | ceee4663e9a1e71fac95be92a2150f164dfb2b3c | |
parent | feadfb7c691602baeb156f7b80001d7dc0031ff6 (diff) |
Increment cairo version to 1.8.10.1.8.10
For the 1.8.10 release, of course.
-rw-r--r-- | cairo-version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo-version.h b/cairo-version.h index e838e9eb..cec049c3 100644 --- a/cairo-version.h +++ b/cairo-version.h @@ -3,6 +3,6 @@ #define CAIRO_VERSION_MAJOR 1 #define CAIRO_VERSION_MINOR 8 -#define CAIRO_VERSION_MICRO 9 +#define CAIRO_VERSION_MICRO 10 #endif |