From e6d5d2b70d1ed72d8eceba1635c61bde932856d3 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 9 Apr 2018 21:28:41 -0700 Subject: [PATCH] bump for development --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3986273f..7fc67886 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', ['c', 'cpp'], license: ['GPL3+', 'GPL2+'], - version: '3.28.0', + version: '3.29.0', meson_version: '>=0.40.1', default_options: [ 'c_std=gnu11',