From 815ccfe4a95e7b93c8fb9487ea81e10661ceb862 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 17 Mar 2023 12:15:35 -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 3d3d8b5e..b71324a3 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', 'c', license: ['GPL3+', 'GPL2+'], - version: '3.48.0', + version: '3.48.1', meson_version: '>=0.59.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11',