summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbderrahim Kitouni <akitouni@gnome.org>2018-10-10 00:37:54 +0100
committerAbderrahim Kitouni <akitouni@gnome.org>2018-10-10 00:37:54 +0100
commitb0a8f2b78c945d9c598149ad06bc6ca375f2b3c1 (patch)
tree40e3a869c6928ee012a2f06e8ad332215df0ce0d
parentc41350772300aaa176a473da04be066f8dc01990 (diff)
downloadgnome-desktop-b0a8f2b78c945d9c598149ad06bc6ca375f2b3c1.tar.gz
3.31.13.31.1
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6a7c4141..9c436923 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
===============
+Version 3.31.1
+===============
+
+- Port buildsystem to meson
+- Translation updates
+
+===============
Version 3.30.0
===============
diff --git a/meson.build b/meson.build
index 2fd34104..2d62b2ef 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.47.0',
- version: '3.30.0',
+ version: '3.31.1',
license: ['GPL2+', 'LGPL2+']
)