summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2020-08-13 19:48:27 +0100
committerJavier Jardón <jjardon@gnome.org>2020-08-13 19:48:35 +0100
commit354acd6019577236225ec10011e228fac188780a (patch)
tree01ba34d4f478ca781880d74c1d350775cb60e9f2
parent4127c42a757efc4682ed04b326457cd4fd0655cc (diff)
downloadgnome-desktop-3.34.8.tar.gz
3.34.83.34.8
-rw-r--r--NEWS6
-rw-r--r--meson.build4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4b7823a4..6578476d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
==============
+Version 3.34.8
+==============
+
+- tests: Don't run at build-time (#159)
+
+==============
Version 3.34.7
==============
diff --git a/meson.build b/meson.build
index 21666814..6be34a6c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.47.0',
- version: '3.34.7',
+ version: '3.34.8',
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.3'
+libversion = '18.0.4'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'