summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2021-12-05 19:17:00 +0200
committerJordan Petridis <jordan@centricular.com>2021-12-05 19:17:00 +0200
commit379fdd49fcc3efc819ba5c8a0fdca3d8334dbfb3 (patch)
treebc39be7f648a9caf6f769919e0468face0a27fc6
parentb1ceded0e1f89f4796b4e9523ec28d0f17a202b8 (diff)
downloadgnome-desktop-379fdd49fcc3efc819ba5c8a0fdca3d8334dbfb3.tar.gz
40.640.6
-rw-r--r--NEWS6
-rw-r--r--meson.build4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 396e1bcf..137f1923 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
============
+Version 40.6
+============
+
+- No changes
+
+============
Version 40.5
============
diff --git a/meson.build b/meson.build
index fcb8f180..d47db833 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '40.5',
+ version: '40.6',
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.5'
+libversion = '19.1.6'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'