From cc8121a01e315791b959be6fabd6da79e7c0e7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sara=20boul=C3=A9?= <91092144+saraboule@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:03:38 -0500 Subject: [PATCH] Bump Version 0.2.1-lldc.7 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4f24885..4f99375 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('amazon-s3-gst-plugin', 'c', 'cpp', - version : '0.2.1-lldc.6', + version : '0.2.1-lldc.7', default_options : [ 'warning_level=2', 'buildtype=debugoptimized' ])