* [PATCH ndctl] meson.build: fix version for v75
@ 2023-02-08 22:12 Vishal Verma
0 siblings, 0 replies; only message in thread
From: Vishal Verma @ 2023-02-08 22:12 UTC (permalink / raw)
To: nvdimm; +Cc: Dan Williams, linux-cxl, Michal Suchánek, Vishal Verma
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(-)
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.verma@intel.com>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-08 22:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-08 22:12 [PATCH ndctl] meson.build: fix version for v75 Vishal Verma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox