summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAbderrahim Kitouni <akitouni@gnome.org>2020-06-05 19:32:00 +0100
committerAbderrahim Kitouni <akitouni@gnome.org>2020-06-05 19:47:28 +0100
commit8733f16e1aeb9ff1dd1072b1d206344ad1f3bde5 (patch)
treef9f614babd3836d6a0869d8f47a121c004dd93a9 /meson.build
parentd5915c14b85928183cb77de78368add8579f5bea (diff)
downloadgnome-desktop-8733f16e1aeb9ff1dd1072b1d206344ad1f3bde5.tar.gz
3.37.23.37.2
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 d59ae612..8d819b70 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '3.37.1',
+ version: '3.37.2',
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.3'
+libversion = '19.0.4'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'