summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbderrahim Kitouni <akitouni@gnome.org>2021-08-18 13:08:11 +0100
committerAbderrahim Kitouni <akitouni@gnome.org>2021-08-18 13:08:17 +0100
commit527f4752dc6cda58c68def029ed8bdfe9094e55c (patch)
tree7b34b8a12c21d61fc9952d03eb1427ab94583bc0
parent8e4d5731697cf5532188003189f6e362556b7eb2 (diff)
downloadgnome-desktop-527f4752dc6cda58c68def029ed8bdfe9094e55c.tar.gz
Prepare 41.beta41.beta
-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'