From 527f4752dc6cda58c68def029ed8bdfe9094e55c Mon Sep 17 00:00:00 2001 From: Abderrahim Kitouni Date: Wed, 18 Aug 2021 13:08:11 +0100 Subject: Prepare 41.beta --- NEWS | 7 +++++++ meson.build | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2eab79d0..e0e1d9ea 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +=============== +Version 41.beta +=============== + +- xkb: Clear cached layouts when necessary +- Translation updates + ================ Version 41.alpha ================ diff --git a/meson.build b/meson.build index 5bacb344..b12db648 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('gnome-desktop', 'c', meson_version: '>= 0.49.0', - version: '41.alpha', + version: '41.beta', 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.1.4' +libversion = '19.1.5' soversion = libversion.split('.')[0] gdk_pixbuf_req = '>= 2.36.5' -- cgit v1.2.1