summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-10-29 18:19:01 -0700
committerBryce Harrington <bryce@osg.samsung.com>2015-10-29 18:19:01 -0700
commit5d336c66ab9fbb64c8dbefbacb2b846aaed1d9e7 (patch)
tree3047c7aa70b94e5e6262a988880a802857b0af27
parent0317ee7f61f1f4d154f7cb7e56d2b1080c2c644a (diff)
downloadcairo-5d336c66ab9fbb64c8dbefbacb2b846aaed1d9e7.tar.gz
Bump version for new stable tree, 1.14.5
-rw-r--r--NEWS2
-rw-r--r--cairo-version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7bfa61839..5959b679c 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ updates to documentation, etc.
For a complete log of changes since 1.14.2, please see:
- http://cairographics.org/releases/ChangeLog.1.14.4
+ http://cairographics.org/releases/ChangeLog.cairo-1.14.4
Features
diff --git a/cairo-version.h b/cairo-version.h
index 515ea2609..55f7e5bec 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -3,6 +3,6 @@
#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 14
-#define CAIRO_VERSION_MICRO 4
+#define CAIRO_VERSION_MICRO 5
#endif