From 4a0deca89e4e83f8789b47282dcf1008f9c4d27f Mon Sep 17 00:00:00 2001 From: Emmanuel Pacaud Date: Wed, 4 Sep 2024 17:42:41 +0200 Subject: [PATCH] meson: version bump --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index afd213db1..658dacec7 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project ('aravis', 'c', 'cpp', version: '0.8.31', meson_version: '>=0.57.0') +project ('aravis', 'c', 'cpp', version: '0.8.32', meson_version: '>=0.57.0') gnome = import('gnome') pkg = import ('pkgconfig')