diff mbox series

[ndctl] meson.build: fix version for v75

Message ID 20230208-v75-fix-version-v1-1-cb90e3740011@intel.com
State Accepted
Commit 423ca1e4fd95cf399532542a21d489bb9580011b
Headers show
Series [ndctl] meson.build: fix version for v75 | expand

Commit Message

Verma, Vishal L Feb. 8, 2023, 10:12 p.m. UTC
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 <msuchanek@suse.de>
Link: https://github.com/pmem/ndctl/issues/230
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: eee8fa6cea7403f3998c7a3e23a881b85e661664
change-id: 20230208-v75-fix-version-4158b423d5e5

Best regards,
diff mbox series

Patch

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',