diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-06 17:15:51 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-06 17:15:51 +0100 |
commit | cb0bc64c16b3a38cbf0c622830c18ac9ea6e2ffe (patch) | |
tree | d2222dd6b8a2da2f43f4b43a72f100aa8e6572fc | |
parent | 87fad104645c481ab027afbc9fa45c54cacbc9a7 (diff) |
version: 1.10.0 *release*1.10.0
/me faints with excitement.
-rw-r--r-- | cairo-version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cairo-version.h b/cairo-version.h index 3146336ca..020bd2a2e 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 9 -#define CAIRO_VERSION_MICRO 15 +#define CAIRO_VERSION_MINOR 10 +#define CAIRO_VERSION_MICRO 0 #endif |