summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2019-03-06 19:00:27 +0100
committerCarlos Garnacho <carlosg@gnome.org>2019-03-06 19:00:27 +0100
commit10672112ea36d040b11ea7e03b04089ecf3313c7 (patch)
treed7f85a4347adf6fb0ed5a4cf429b19894b5cbcfb
parenta2d2b24fb31af35dc8609bea50290128cc04ca60 (diff)
downloadgsettings-desktop-schemas-10672112ea36d040b11ea7e03b04089ecf3313c7.tar.gz
Release 3.31.923.31.92
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5be048d..722320c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 3.31.92
+========================
+- Drop legacy build systems
+- Translation updates
+
Major changes in 3.31.91
========================
- Translation updates
diff --git a/meson.build b/meson.build
index be248da..637aa14 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gsettings-desktop-schemas', 'c',
- version: '3.31.91',
+ version: '3.31.92',
default_options: [
'warning_level=2'
],