From 93d8c1f8c66e4697dc864a236ad69cc19dbcccbd Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Tue, 7 Nov 2017 16:49:05 +0100 Subject: [PATCH] build: bump version to v8 Prepare build-system for v8 release. Signed-off-by: David Herrmann --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a11009a5..91209634 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'dbus-broker', 'c', - version: '7', + version: '8', license: 'Apache', default_options: [ 'c_std=c11',