From 56fe407f181f4c406fb988163e66782b4fc68e34 Mon Sep 17 00:00:00 2001 From: Emmanuel Pacaud Date: Thu, 3 Sep 2020 12:05:08 +0200 Subject: [PATCH] build: 0.8.1 version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 519bfaf59..980ce6c6a 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project ('aravis', 'c', 'cpp', version: '0.8.0', meson_version: '>=0.47.0') +project ('aravis', 'c', 'cpp', version: '0.8.1', meson_version: '>=0.47.0') gnome = import('gnome') pkg = import ('pkgconfig')