diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2022-10-14 14:48:46 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2022-10-14 14:48:46 +0100 |
commit | a83aed77df1258e469c0eb42d9cb4f1938db53f2 (patch) | |
tree | afadc2be7e16376c7a7a7d7925cc02886e24ac94 /meson.build | |
parent | fc46d091231e22f47e2056fb854ddf4a999d606a (diff) |
libcamera v0.0.1v0.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>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |