summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2021-03-13 11:53:14 +1100
committerDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2021-03-13 11:53:14 +1100
commit888ad6eeb0a961ab3503022a75e46215af88c041 (patch)
tree98cd1b15c3b97443f66b52bc73bca4409340707e
parentdb3d4df6d1a763698f27b013dc42da8d4ae02639 (diff)
downloaddconf-888ad6eeb0a961ab3503022a75e46215af88c041.tar.gz
build: update NEWS and version for 0.40.0
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bb70bef..23a2eae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes in dconf 0.40.0
+=======================
+
+ - common: Add missing G_BEGIN/END_DECLS to allow use of headers from C++
+ code (Philip Withnall, !67)
+
+
Changes in dconf 0.39.1
=======================
diff --git a/meson.build b/meson.build
index 28a3e5b..1de865c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'dconf', ['c'],
- version: '0.39.2',
+ version: '0.40.0',
license: 'LGPL2.1+',
meson_version: '>= 0.47.0',
)