From d93fec4c6c1f23b5ec61b3008c3f1132c738b94b Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 13 Oct 2023 12:31:53 -0700 Subject: [PATCH] bump for 46 development --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3f4a7ebb..2b5847a0 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', 'c', 'cpp', license: 'GPL-3.0-or-later', - version: '45.0', + version: '46.alpha', meson_version: '>=0.62.0', default_options: [ 'c_std=gnu17', 'cpp_std=gnu++17',