From 7da72ce66d1d6a9236884a898acd68f95ca79dc8 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Thu, 21 Jul 2022 11:40:31 -0700 Subject: [PATCH] build: post-release bump --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5e05dc61..554662f9 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', 'c', license: ['GPL3+', 'GPL2+'], - version: '3.45.0', + version: '3.45.1', meson_version: '>=0.59.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11',