diff options
author | Carl Worth <cworth@cworth.org> | 2008-09-25 15:48:14 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-09-25 15:57:07 -0700 |
commit | 6b3aa86b1c5b2fce3e56b43142c4ec2664a37032 (patch) | |
tree | 6710560bcb8510bb67122c942e5c3a1a79ee31d1 | |
parent | e1560eceab109a051926d04d9aa578c3c991fe88 (diff) |
Increment cairo version to 1.8.0.1.8.0
-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 0fd67a7c5..c3674c464 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 7 -#define CAIRO_VERSION_MICRO 7 +#define CAIRO_VERSION_MINOR 8 +#define CAIRO_VERSION_MICRO 0 #endif |