summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2022-10-14 14:48:46 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2022-10-14 14:48:46 +0100
commita83aed77df1258e469c0eb42d9cb4f1938db53f2 (patch)
treeafadc2be7e16376c7a7a7d7925cc02886e24ac94
parentfc46d091231e22f47e2056fb854ddf4a999d606a (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>
-rw-r--r--meson.build2
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',