From f8b05c47894cad8803ba1d85fc1d7c8296367096 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 20 Oct 2023 08:42:23 +0100 Subject: [PATCH] build: Update release version to v1.3.0 Signed-off-by: Naushir Patuck --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 808e8663..78b56848 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('libcamera-apps', 'c', 'cpp', meson_version : '>= 0.64.0', - version : '1.2.2', + version : '1.3.0', default_options : [ 'werror=true', 'warning_level=3',