summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-02-05 15:10:06 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-02-05 15:10:06 -0600
commitabc2a7d79feb83bfcb375f5daf0ea6c548549fe8 (patch)
tree48adc5c29ecf43a08157c60a25de74ea561a52cf /meson.build
parent7b0c9d5be292a7ef2a9342067888c6b676808f65 (diff)
downloadgnome-desktop-abc2a7d79feb83bfcb375f5daf0ea6c548549fe8.tar.gz
Prepare 3.31.903.31.90
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 e8082566..8ab74e71 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.47.0',
- version: '3.31.4',
+ version: '3.31.90',
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.3'
+libversion = '17.0.4'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'