The v75 release neglected to update the meson.build version to 75. This results in the build and '--version' commands to output a v74 based version. Update this to 75 now for the git tree and subsequently have a v75.1 branch / release if needed.
Reported-by: Michal Suchánek <msucha...@suse.de> Link: https://github.com/pmem/ndctl/issues/230 Signed-off-by: Vishal Verma <vishal.l.ve...@intel.com> --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2a96cb3..6a1b32e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('ndctl', 'c', - version : '74', + version : '75', license : [ 'GPL-2.0', 'LGPL-2.1', --- base-commit: eee8fa6cea7403f3998c7a3e23a881b85e661664 change-id: 20230208-v75-fix-version-4158b423d5e5 Best regards, -- Vishal Verma <vishal.l.ve...@intel.com>