[gnome-desktop/gnome-40] Prepare 40.2



commit e708fc1a15dd96e362988b494acbc8e24fdf2ddd
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Wed Jun 9 10:33:27 2021 -0500

    Prepare 40.2

 NEWS        | 7 +++++++
 meson.build | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 689e5f6b..0aaf2353 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+============
+Version 40.2
+============
+
+- Fix crash loading keyboard settings panel (#190, Peter Hutterer)
+- Translation updates
+
 ============
 Version 40.0
 ============
diff --git a/meson.build b/meson.build
index 3efd6773..1a4544d6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-desktop', 'c',
   meson_version: '>= 0.49.0',
-  version: '40.0',
+  version: '40.2',
   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.3'
+libversion = '19.1.4'
 soversion = libversion.split('.')[0]
 
 gdk_pixbuf_req = '>= 2.36.5'


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