summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',
)