summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5f44bcb..bf568b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes in the next version
+===========================
+
Changes in dconf 0.29.1
=======================
diff --git a/meson.build b/meson.build
index 0e2230c..e441948 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'dconf', ['c', 'vala'],
- version: '0.29.1',
+ version: '0.29.2',
license: 'LGPL2.1+',
meson_version: '>= 0.46.0',
)