summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
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'