From b7e2601a934716b13c8a7f6d39d993ca1204e455 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 15 Oct 2019 14:42:45 -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 3e23c4c2..a018c342 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', ['c', 'cpp'], license: ['GPL3+', 'GPL2+'], - version: '3.34.1', + version: '3.35.1', meson_version: '>=0.50.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11',