[gnome-desktop] Prepare 3.35.2



commit 1a71db92c0e50174210df61d56a45c3d5ec03fad
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Nov 24 12:36:30 2019 -0600

    Prepare 3.35.2

 NEWS        | 6 ++++++
 meson.build | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9548adad..9bed8f3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+==============
+Version 3.35.2
+==============
+
+- Fix time display issue with Japanese translation (Tianhao Chai)
+
 ==============
 Version 3.35.1
 ==============
diff --git a/meson.build b/meson.build
index fc6f5bd1..9102bd4a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-desktop', 'c',
   meson_version: '>= 0.47.0',
-  version: '3.35.1',
+  version: '3.35.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 = '18.0.4'
+libversion = '18.0.5'
 soversion = libversion.split('.')[0]
 
 gdk_pixbuf_req = '>= 2.36.5'


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