summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.in6
2 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c0bca687b..42853ebf3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Release 1.7.4 (2008-08-11 Behdad Esfahbod <behdad@behdad.org>)
+==============================================================
+The cairo community is embarrassed to announce availability of the 1.7.4
+snapshot of the cairo graphics library. This is a followup release to the
+1.7.2 snapshot to ship a tarball that can actually be built. The only
+change since 1.7.4 is including the missing header file
+cairo-user-font-private.h in the distribution.
+
Release 1.7.2 (2008-08-11 Behdad Esfahbod <behdad@behdad.org>)
==============================================================
The cairo community is finally ready to announce availability of the 1.7.2
diff --git a/configure.in b/configure.in
index 9b88fd5a1..1d2c4c37e 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ dnl For the micro number: odd => in-progress development (from git)
dnl even => tar-file snapshot or release
m4_define(cairo_version_major, 1)
m4_define(cairo_version_minor, 7)
-m4_define(cairo_version_micro, 3)
+m4_define(cairo_version_micro, 4)
AC_INIT([cairo],
cairo_version_major.cairo_version_minor.cairo_version_micro,
@@ -27,7 +27,7 @@ dnl ===========================================================================
# libtool shared library version
# Increment if the interface has additions, changes, removals.
-m4_define(LT_CURRENT, 21)
+m4_define(LT_CURRENT, 22)
# Increment any time the source changes; set to
# 0 if you increment CURRENT
@@ -36,7 +36,7 @@ m4_define(LT_REVISION, 0)
# Increment if any interfaces have been added; set to 0
# if any interfaces have been removed. removal has
# precedence over adding, so set to 0 if both happened.
-m4_define(LT_AGE, 19)
+m4_define(LT_AGE, 20)
dnl ===========================================================================