From cc3dc469105376fb1312ee71d374aae783dedaa0 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Thu, 26 Sep 2024 14:35:15 -0700 Subject: [PATCH] build: bump for development --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 96c1d093..6cb55bf2 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', 'c', 'cpp', license: 'GPL-3.0-or-later', - version: '47.1', + version: '48.alpha', meson_version: '>= 1.0.0', default_options: [ 'c_std=gnu17', 'cpp_std=gnu++17',