diff mbox series

Bump meson version to >=0.58.0

Message ID 20231216015527.167415-1-Matt.Jolly@footclan.ninja (mailing list archive)
State Accepted
Commit 4be92aa3f1f1130787008dbcd60eb093c5939b0e
Headers show
Series Bump meson version to >=0.58.0 | expand

Commit Message

Matt Jolly Dec. 16, 2023, 1:55 a.m. UTC
plugins uses str.replace which was introduced in 0.58.0.

Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Steven Rostedt Dec. 24, 2023, 7:01 p.m. UTC | #1
On Sat, 16 Dec 2023 11:55:27 +1000
Matt Jolly <Matt.Jolly@footclan.ninja> wrote:

> plugins uses str.replace which was introduced in 0.58.0.

Thanks!

I finally have some time to work on the tracing libraries for a bit (of
course it's during the holiday season :-p).

Anyway, when sending patches can you please add to the subject the
project you are sending for.

 Subject: libtraceevent: Bump meson version to >= 0.58.0

As this mailing list supports multiple projects. If the project name
wasn't in the patch itself, I would not have any idea what to apply
this to.

Thanks again for sending the update!

-- Steve


> 
> Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index b61c873..34d3e6d 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -4,7 +4,7 @@
>  
>  project(
>      'libtraceevent', ['c'],
> -    meson_version: '>= 0.50.0',
> +    meson_version: '>= 0.58.0',
>      license: 'LGPL-2.1',
>      version: '1.7.3',
>      default_options: [
diff mbox series

Patch

diff --git a/meson.build b/meson.build
index b61c873..34d3e6d 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ 
 
 project(
     'libtraceevent', ['c'],
-    meson_version: '>= 0.50.0',
+    meson_version: '>= 0.58.0',
     license: 'LGPL-2.1',
     version: '1.7.3',
     default_options: [