summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAbderrahim Kitouni <akitouni@gnome.org>2020-02-06 11:05:57 +0100
committerAbderrahim Kitouni <akitouni@gnome.org>2020-02-06 11:34:06 +0100
commitd1fa1382521043bb2d06a52ab30659542f57a1a0 (patch)
treefdf7f4ce7b4e6d8bf2fbbe1663e869096eb48bd5 /meson.build
parent230b64ce5536737590f088b7712fa18c6631ebfb (diff)
downloadgnome-desktop-d1fa1382521043bb2d06a52ab30659542f57a1a0.tar.gz
3.35.903.35.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 a1d86409..767e2439 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '3.35.4',
+ version: '3.35.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.0'
+libversion = '19.0.1'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'