summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-05-11 15:46:01 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-05-11 15:46:01 -0400
commitbeaef40c5e9f69a38f444433b4c1b8abd51ad0d7 (patch)
tree6e5b22476975e4ed61cbd8a7f824946c6b72e30d
parent1f61b30a1f217fd560906d462b87a27b2b6655c8 (diff)
downloadgdk-pixbuf-beaef40c5e9f69a38f444433b4c1b8abd51ad0d7.tar.gz
2.31.42.31.4
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0229690ed..40cd9f1be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.31.4
+======
+
+* Bug fixes:
+ 648815 SVGZ icons in notification GNOME3
+ 725582 gdk_pixbuf_apply_embedded_orientation is not working...
+
+* Translation updates:
+ Bosnian, Danish, Italian, Kazakh, Korean, Swedish
+
2.31.3
======
diff --git a/configure.ac b/configure.ac
index 2b64adfbb..fdf6b2b14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,8 @@ AC_PREREQ([2.63])
m4_define([gdk_pixbuf_major_version], [2])
m4_define([gdk_pixbuf_minor_version], [31])
-m4_define([gdk_pixbuf_micro_version], [3])
-m4_define([gdk_pixbuf_interface_age], [3])
+m4_define([gdk_pixbuf_micro_version], [4])
+m4_define([gdk_pixbuf_interface_age], [4])
m4_define([gdk_pixbuf_binary_age],
[m4_eval(100 * gdk_pixbuf_minor_version + gdk_pixbuf_micro_version)])
m4_define([gdk_pixbuf_version],