summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2021-07-16 20:48:46 +0300
committerJordan Petridis <jordan@centricular.com>2021-07-16 20:49:46 +0300
commit1b788b19b0d7cf5ec91eb0903e66a7b0ddc9acdb (patch)
tree03d508633c274abf0b1509aed7dccdf2655c5b08 /meson.build
parent2097525eeb38b33ba5aec516b580ee6c1397fdcb (diff)
downloadgnome-desktop-1b788b19b0d7cf5ec91eb0903e66a7b0ddc9acdb.tar.gz
Prepare 41.alpha41.alpha
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 00cf25fb..5bacb344 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '40.0',
+ version: '41.alpha',
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.3'
+libversion = '19.1.4'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'