From dfb7a909451d85d0b3a7198cd619bf8595a98e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 4 Sep 2019 20:26:09 +0100 Subject: Prepare 3.33.92 --- NEWS | 6 ++++++ meson.build | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3f07ab0d..a61724d0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +=============== +Version 3.33.92 +=============== + +- Updated translations + =============== Version 3.33.91 =============== diff --git a/meson.build b/meson.build index e51a0387..d1f3b586 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('gnome-desktop', 'c', meson_version: '>= 0.47.0', - version: '3.33.91', + version: '3.33.92', 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.2' +libversion = '18.0.1' soversion = libversion.split('.')[0] gdk_pixbuf_req = '>= 2.36.5' -- cgit v1.2.1