diff options
author | Carl Worth <cworth@cworth.org> | 2009-10-15 16:24:44 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-10-15 16:24:44 -0700 |
commit | c739940137c4ffc6cc727ea30afc0e92f7ab1e80 (patch) | |
tree | e3fedf851e31578bf607f0077ca9b497f718af97 | |
parent | ad6334b9870c63e641b531d6e910c084b587d0f9 (diff) |
Increment version to 1.9.5
Just after the 1.9.4 snapshot.
-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 1ee9b77a..c9012bf5 100644 --- a/cairo-version.h +++ b/cairo-version.h @@ -3,6 +3,6 @@ #define CAIRO_VERSION_MAJOR 1 #define CAIRO_VERSION_MINOR 9 -#define CAIRO_VERSION_MICRO 4 +#define CAIRO_VERSION_MICRO 5 #endif |