summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-02-17 14:21:55 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-02-17 14:21:55 -0600
commit19e9a756694c76a25cfc78a905b2ea606f21f058 (patch)
tree22fea257d8bf7129688369e7f704292db7c9f944
parentf95fe3ff2681605e3815121f23c5a96e6eec45f5 (diff)
downloadgnome-desktop-19e9a756694c76a25cfc78a905b2ea606f21f058.tar.gz
Prepare 3.35.913.35.91
-rw-r--r--NEWS6
-rw-r--r--meson.build4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bc37471c..ddcff935 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
===============
+Version 3.35.91
+===============
+
+- Translation updates
+
+===============
Version 3.35.90
===============
diff --git a/meson.build b/meson.build
index 767e2439..755ee7d4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.49.0',
- version: '3.35.90',
+ version: '3.35.91',
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.0.1'
+libversion = '19.0.2'
soversion = libversion.split('.')[0]
gdk_pixbuf_req = '>= 2.36.5'