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