[gnome-desktop/gnome-3-38] Prepare 3.38.1



commit 6c974e9be1d4b5bd7c898f249a4fc40022a9edc9
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Oct 5 14:10:49 2020 -0500

    Prepare 3.38.1

 NEWS        | 8 ++++++++
 meson.build | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 800a960d..78dd8abc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+==============
+Version 3.38.1
+==============
+
+- Use GLib fixed-width types (#168, Christopher Chavez)
+- gnome_bg_slide_show_get_current_slide: add NULL check (#169, Mike Gorse)
+- Translation updates
+
 ==============
 Version 3.38.0
 ==============
diff --git a/meson.build b/meson.build
index f18f83fc..b7a51fe6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-desktop', 'c',
   meson_version: '>= 0.49.0',
-  version: '3.38.0',
+  version: '3.38.1',
   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.0.8'
+libversion = '19.0.9'
 soversion = libversion.split('.')[0]
 
 gdk_pixbuf_req = '>= 2.36.5'


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