From 23a9697af44789ce2d5ece9b233b3846176be14c Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 15 Sep 2017 17:44:40 -0700 Subject: [PATCH] build: bump for development --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4e92855b..4e6f3ceb 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', ['c', 'cpp'], license: ['GPL3+', 'GPL2+'], - version: '3.26.0', + version: '3.27.0', meson_version: '>=0.40.1', default_options: [ 'c_std=gnu11',