summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--meson.build4
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'