summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2018-09-02 23:46:07 +0000
committerDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2018-09-02 23:46:07 +0000
commitef726c995fc0f97ce432658da1f64372c1490318 (patch)
treeadfe8bdc5d58568b66a94f0827e1db654497603d
parent8eb8eeaed6e2508fdd5fd60bdc2b319fa50109c7 (diff)
parent0221fec9ec4063c5a77000ff550ed7908b9424ae (diff)
downloaddconf-ef726c995fc0f97ce432658da1f64372c1490318.tar.gz
Merge branch 'prepare-0-30' into 'master'
Prepare 0.30 release See merge request GNOME/dconf!24
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 42c67c7..7ba44a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in dconf 0.30.0
+=======================
+
+None.
+
Changes in dconf 0.29.2
=======================
diff --git a/meson.build b/meson.build
index b66c595..9c51567 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'dconf', ['c', 'vala'],
- version: '0.29.3',
+ version: '0.31.1',
license: 'LGPL2.1+',
meson_version: '>= 0.46.0',
)