From 7c75210748940a58af4e812465fc7f84c50075a9 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Wed, 29 May 2019 15:18:59 -0700 Subject: [PATCH] build: bump version number for new features This will let us more strictly check things from Builder. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ceeeffb2..0b5b5e81 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', ['c', 'cpp'], license: ['GPL3+', 'GPL2+'], - version: '3.33.1', + version: '3.33.2', meson_version: '>=0.49.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11',