From f5eb2ab02398a8faf2ce2613c5c79ec4d9babc52 Mon Sep 17 00:00:00 2001 From: Daniel Playfair Cal Date: Mon, 22 Oct 2018 16:22:37 +1100 Subject: Increment version number to 0.30.1 --- NEWS | 3 +++ meson.build | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7ba44a5..0a09608 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Changes in dconf 0.30.1 +======================= + Changes in dconf 0.30.0 ======================= diff --git a/meson.build b/meson.build index 44520b6..04b6d47 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'dconf', ['c', 'vala'], - version: '0.30.0', + version: '0.30.1', license: 'LGPL2.1+', meson_version: '>= 0.46.0', ) -- cgit v1.2.1