From 9cd97e78e6129b86dd581d591746c85f100eee4b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 2 Sep 2022 12:00:09 +0100 Subject: [PATCH] Post release version bump in meson --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index aa27ab6..8ce94c7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('UEFITool', ['c', 'cpp'], - version: 'A60', + version: 'A61', license: 'BSD-2-Clause', meson_version: '>=0.45.0', default_options : ['c_std=c11', 'cpp_std=c++11'],