From fbd92eea0b9886bb14a988f5de1a2eb0201f272a Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Sat, 17 Sep 2022 13:16:10 -0700 Subject: [PATCH] Post-release version bump --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index fb44815f..03583fd9 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', 'c', license: ['GPL3+', 'GPL2+'], - version: '3.46.0', + version: '3.46.1', meson_version: '>=0.59.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11',