summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbderrahim Kitouni <akitouni@gnome.org>2019-05-22 08:27:41 +0100
committerAbderrahim Kitouni <akitouni@gnome.org>2019-05-22 08:27:41 +0100
commitfeb1d6e1c7bb85d2aa63ce81fd76f5a9684609a9 (patch)
tree6c3522d3461bf661358526616eaecc3b8003de57
parent03778dbd82653e687d8701bade56284f77c5ebd4 (diff)
downloadgnome-desktop-3.33.2.tar.gz
3.33.23.33.2
-rw-r--r--NEWS7
-rw-r--r--meson.build4
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cc4c9de6..d53fd31e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
==============
+Version 3.33.2
+==============
+
+- thumbnailer: Correctly cleanup stale thumbnailer directories
+- Translation updates
+
+==============
Version 3.33.1
==============
diff --git a/meson.build b/meson.build
index a1b32eaf..e57d98b3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.47.0',
- version: '3.33.1',
+ version: '3.33.2',
license: ['GPL2+', 'LGPL2+']
)
@@ -11,7 +11,7 @@ project('gnome-desktop', 'c',
# * Bump the third component otherwise.
#
# A lot easier than libtool, right?
-libversion = '17.0.6'
+libversion = '17.0.7'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'