[gnome-desktop] Prepare 3.33.90



commit fa020514d170ae03e4fbb8526157d7260706daee
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Aug 5 15:19:58 2019 -0500

    Prepare 3.33.90

 NEWS        | 7 +++++++
 meson.build | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b4838097..a2152e58 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+===============
+Version 3.33.90
+===============
+
+- Avoid using g_type_class_add_private()
+- Updated translations
+
 ==============
 Version 3.33.4
 ==============
diff --git a/meson.build b/meson.build
index 84a4aae0..917b9af7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-desktop', 'c',
   meson_version: '>= 0.47.0',
-  version: '3.33.4',
+  version: '3.33.90',
   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.0'
+libversion = '18.0.1'
 soversion = libversion.split('.')[0]
 
 gdk_pixbuf_req = '>= 2.36.5'


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