summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-07-15 13:47:46 +0200
committerBastien Nocera <hadess@hadess.net>2019-07-15 16:28:34 +0200
commitb84998f57e4bfcf3455e04589a0fdde4ecd1b7e9 (patch)
treee877f5e494a390793da289755979e204aeaec3c1 /meson.build
parent6047fbe84eba5c97d27c6cb5b493ad9bb67908b4 (diff)
downloadgnome-desktop-b84998f57e4bfcf3455e04589a0fdde4ecd1b7e9.tar.gz
build: Bump soname for new API
gnome_get_translated_modifier() was added
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index bba00d99..39b0e438 100644
--- a/meson.build
+++ b/meson.build
@@ -11,7 +11,7 @@ project('gnome-desktop', 'c',
# * Bump the third component otherwise.
#
# A lot easier than libtool, right?
-libversion = '17.0.7'
+libversion = '17.1.7'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'