summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2019-08-05 15:19:58 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-08-05 15:19:58 -0500
commit0cf5d7cb168600930926a228fbe491a3cea759be (patch)
tree63aaf8314799dd254c136126614701f15f0d04a3
parent61fe4fae50e5e5ea63e10bd33ce6d56f4be30e74 (diff)
downloadgnome-desktop-3.33.90.tar.gz
Prepare 3.33.903.33.90
-rw-r--r--NEWS7
-rw-r--r--meson.build4
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'