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 74169bd..7a5ca0b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in dconf 0.36.0
+=======================
+
+ - No changes since 0.35.1
+
Changes in dconf 0.35.1
=======================
diff --git a/meson.build b/meson.build
index 6d6d92e..b003efe 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'dconf', ['c'],
- version: '0.35.2',
+ version: '0.36.0',
license: 'LGPL2.1+',
meson_version: '>= 0.47.0',
)