summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-08-25 13:36:38 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-08-25 13:36:38 -0500
commit0fc2d7f3caf204fe8771a9f24408e0bcd83836e7 (patch)
tree9a11506b6fdd798d2ed8d86f934788a712d8c5ee /meson.build
parent16dbb9fc38ec45ccf8aee2e7db8ff3ad20820d67 (diff)
downloadgnome-desktop-0fc2d7f3caf204fe8771a9f24408e0bcd83836e7.tar.gz
Prepare 3.37.913.37.91
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 34c5f063..43295f03 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '3.37.90',
+ version: '3.37.91',
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.6'
+libversion = '19.0.7'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'