summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-12-12 19:40:15 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-12-12 19:40:15 -0600
commit56a41c15eaa6ce4e92947c8191cdc05a5b9852ee (patch)
treec44dcce2f37c200ef823b239652f245b90f61fb6
parentdba6d955e6b60e568a455db8a74f998449a18c18 (diff)
downloadgnome-desktop-56a41c15eaa6ce4e92947c8191cdc05a5b9852ee.tar.gz
Prepare 3.23.33.23.3
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b9061584..07476df5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+==============
+Version 3.23.3
+==============
+
+- Always use external gdk-pixbuf thumbnailer (#768064)
+
================
Version 3.23.2
================
diff --git a/configure.ac b/configure.ac
index a4df4d35..5baf1a2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 23)
-m4_define(gnome_micro, 2)
+m4_define(gnome_micro, 3)
dnl gnome_sub is an optional sub-version which will not be advertised to the user
dnl It allows to release a 2.30.1.1 which is just a better 2.30.1
dnl Leave empty if not needed