summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Kasik <mkasik@redhat.com>2020-03-10 16:45:45 +0100
committerMarek Kasik <mkasik@redhat.com>2020-03-10 16:45:45 +0100
commitb11d5f1e18b1a57fde7e8d1a1c361d5bce0da564 (patch)
tree3e4ad77bf056aea29cf06c43d9adeff235793a03
parent9d7726a2966e5bceee38fa0dab12440926490a21 (diff)
downloaddconf-0.36.tar.gz
Prepare 0.36 release0.36.0dconf-0.36
-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',
)