From 4a2aaf7ebd3b3f432d74547e9b623d9ed966a11b Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 13 Mar 2020 10:18:51 -0700 Subject: [PATCH] bump version for development --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b9d8b1ad..03e91872 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', ['c', 'cpp'], license: ['GPL3+', 'GPL2+'], - version: '3.36.0', + version: '3.37.0', meson_version: '>=0.50.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11',