summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2021-11-02 19:07:15 +0100
committerKalev Lember <klember@redhat.com>2021-11-02 19:07:15 +0100
commit41522caec7cd406d213f0d62b1572df3e1331e34 (patch)
treec608b261c7b924c23095ea5dbda744dfc0785bce /meson.build
parent909f6b637944dc54dca74f92fe2f071019f0e2c2 (diff)
downloadgnome-desktop-41522caec7cd406d213f0d62b1572df3e1331e34.tar.gz
41.141.1
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 cceefe0c..526cf4f8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '41.0',
+ version: '41.1',
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.1.6'
+libversion = '19.1.7'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'