From a83aed77df1258e469c0eb42d9cb4f1938db53f2 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Fri, 14 Oct 2022 14:48:46 +0100 Subject: libcamera v0.0.1 This patch release commences the package release procedures for the project. Initial releases will include a bump to the patch (0.0.x) version number, as well as a corresponding increment to the soname. Acked-by: Kieran Bingham Signed-off-by: Kieran Bingham --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d8a951a1..56910698 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project('libcamera', 'c', 'cpp', meson_version : '>= 0.56', - version : '0.0.0', + version : '0.0.1', default_options : [ 'werror=true', 'warning_level=2', -- cgit v1.2.1