summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2022-06-02 10:53:26 +0300
committerJordan Petridis <jordan@centricular.com>2022-06-02 10:53:30 +0300
commitffc3ada37443b37f61c2a7e5309ee6fc2415f5bc (patch)
tree10925b11cb91793cda617fe1a97367bd35082793
parentbf7a93dca893b76a5465d6fb4357037820f54629 (diff)
downloadgnome-desktop-ffc3ada37443b37f61c2a7e5309ee6fc2415f5bc.tar.gz
42.242.2
-rw-r--r--NEWS6
-rw-r--r--meson.build4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8f9ced53..a29de1a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
=============
+Version 42.2
+=============
+
+- Don't try to use bubblewrap inside snaps
+
+=============
Version 42.1
=============
diff --git a/meson.build b/meson.build
index 57a599bc..3ce7af56 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.56.2',
- version: '42.1',
+ version: '42.2',
license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
default_options: [
'c_std=gnu99',
@@ -17,7 +17,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 = '1.2.1'
+libversion = '1.2.2'
soversion = libversion.split('.')[0]
# Compatibility versions for libgnome-desktop-3