summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7153f9835..9de609355 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.35.2
+======
+
+* Use compiler directives for exporting symbols (#767164)
+* Fix a problem with nearest scaling (#766842)
+* Avoid redundant property notification
+* Translation updates
+
2.35.1
======
diff --git a/configure.ac b/configure.ac
index 39d6ac27e..4825e17c7 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], [35])
-m4_define([gdk_pixbuf_micro_version], [1])
-m4_define([gdk_pixbuf_interface_age], [1])
+m4_define([gdk_pixbuf_micro_version], [2])
+m4_define([gdk_pixbuf_interface_age], [2])
m4_define([gdk_pixbuf_binary_age],
[m4_eval(100 * gdk_pixbuf_minor_version + gdk_pixbuf_micro_version)])
m4_define([gdk_pixbuf_version],