diff options
author | Carl Worth <cworth@cworth.org> | 2008-10-29 21:02:04 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-10-30 07:36:02 -0700 |
commit | f7c958d97221375fdcbb6c58c3b58c07676b7589 (patch) | |
tree | e510a254805a515e1c2c2607efa68e7abf5f93a9 | |
parent | 42711a5586cba5db5451ce2400ee5fe655700391 (diff) |
Increment cairo version to 1.8.2.1.8.2
Hurrah! We're finally there.
-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 873f653a8..991c9601d 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 1 +#define CAIRO_VERSION_MICRO 2 #endif |