diff options
author | Jordan Petridis <jordan@centricular.com> | 2022-03-21 12:26:26 +0200 |
---|---|---|
committer | Jordan Petridis <jordan@centricular.com> | 2022-03-21 12:26:26 +0200 |
commit | 49aeb355e99b49585e2c4f64535b6394cec5de0d (patch) | |
tree | 2a24ee3d7120adcea4cb19e1f09afeeadb00663c | |
parent | b4380f3c4dca84a3d28fda7454a813720af4a876 (diff) | |
download | gnome-desktop-49aeb355e99b49585e2c4f64535b6394cec5de0d.tar.gz |
41.541.5
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | meson.build | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -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' |