[gnome-desktop/gnome-42] 42.2



commit ffc3ada37443b37f61c2a7e5309ee6fc2415f5bc
Author: Jordan Petridis <jordan centricular com>
Date:   Thu Jun 2 10:53:26 2022 +0300

    42.2

 NEWS        | 6 ++++++
 meson.build | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8f9ced53..a29de1a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+=============
+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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]