summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-01-06 00:22:19 +0200
committerJordan Petridis <jpetridis@gnome.org>2020-01-06 00:22:19 +0200
commit94d28b1875ec75618e9850bdbcc1d66c69bff928 (patch)
tree2e0e2e241a0b269017bc33c3dfc19fea0c8cd21a
parent33e40ff5e9d1a24b5b6a6825f1abd53c173dea39 (diff)
downloadgnome-desktop-94d28b1875ec75618e9850bdbcc1d66c69bff928.tar.gz
Prepare 3.35.33.35.3
-rw-r--r--NEWS8
-rw-r--r--meson.build4
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9bed8f3f..35cce5be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
==============
+Version 3.35.3
+==============
+
+- Add utility function to start a transient systemd scope
+- Blacklist seccomp on riscv64 architecture as its not supported yet
+- Honor XKB_CONFIG_ROOT environment variable
+
+==============
Version 3.35.2
==============
diff --git a/meson.build b/meson.build
index 3f2260fe..b5a0e9a3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '3.35.2',
+ version: '3.35.3',
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.5'
+libversion = '18.1.0'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'