From 19e9a756694c76a25cfc78a905b2ea606f21f058 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Mon, 17 Feb 2020 14:21:55 -0600 Subject: Prepare 3.35.91 --- NEWS | 6 ++++++ meson.build | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bc37471c..ddcff935 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +=============== +Version 3.35.91 +=============== + +- Translation updates + =============== Version 3.35.90 =============== diff --git a/meson.build b/meson.build index 767e2439..755ee7d4 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('gnome-desktop', 'c', meson_version: '>= 0.49.0', - version: '3.35.90', + version: '3.35.91', 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.1' +libversion = '19.0.2' soversion = libversion.split('.')[0] gdk_pixbuf_req = '>= 2.36.5' -- cgit v1.2.1