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 <kieran.bingham@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Kieran Bingham 2022-10-14 14:48:46 +01:00
parent fc46d09123
commit a83aed77df

View file

@ -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',