summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAbderrahim Kitouni <akitouni@gnome.org>2020-08-07 10:13:59 +0100
committerAbderrahim Kitouni <akitouni@gnome.org>2020-08-07 10:13:59 +0100
commitf81d9d6b1c03265a90b2d4fdbbc23d6f545e2143 (patch)
treec70e995c0154e19fc26a2c66c303b2013f12f8a2 /meson.build
parent815a1ece3fa62b8b6ae22e0e601ec3e4f0f5a63c (diff)
downloadgnome-desktop-f81d9d6b1c03265a90b2d4fdbbc23d6f545e2143.tar.gz
3.37.903.37.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 f00a08f8..34c5f063 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '3.37.3',
+ version: '3.37.90',
license: ['GPL2+', 'LGPL2+']
)
@@ -14,7 +14,7 @@ project('gnome-desktop', 'c',
# to 0. When bumping the second version, set the third one to zero.
#
# A lot easier than libtool, right?
-libversion = '19.0.5'
+libversion = '19.0.6'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'