summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2018-09-03 09:20:22 +1000
committerDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2018-09-03 09:20:22 +1000
commit5310788b908725641e8fcb031ea5718ba8daee13 (patch)
tree8cc27785cce7d2e47bf1bf528ee1495d71717f03
parent8eb8eeaed6e2508fdd5fd60bdc2b319fa50109c7 (diff)
downloaddconf-5310788b908725641e8fcb031ea5718ba8daee13.tar.gz
Prepare 0.30.0 release0.30.0
-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..44520b6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'dconf', ['c', 'vala'],
- version: '0.29.3',
+ version: '0.30.0',
license: 'LGPL2.1+',
meson_version: '>= 0.46.0',
)