summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2022-03-21 12:26:26 +0200
committerJordan Petridis <jordan@centricular.com>2022-03-21 12:26:26 +0200
commit49aeb355e99b49585e2c4f64535b6394cec5de0d (patch)
tree2a24ee3d7120adcea4cb19e1f09afeeadb00663c
parentb4380f3c4dca84a3d28fda7454a813720af4a876 (diff)
downloadgnome-desktop-49aeb355e99b49585e2c4f64535b6394cec5de0d.tar.gz
41.541.5
-rw-r--r--NEWS6
-rw-r--r--meson.build4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 32eafd39..58cf8cba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
============
+Version 41.5
+============
+
+- No changes
+
+============
Version 41.4
============
diff --git a/meson.build b/meson.build
index 1305c637..9ca83eae 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '41.4',
+ version: '41.5',
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.10'
+libversion = '19.1.11'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'