Linux CXL
 help / color / mirror / Atom feed
From: Vishal Verma <vishal.l.verma@intel.com>
To: nvdimm@lists.linux.dev
Cc: "Dan Williams" <dan.j.williams@intel.com>,
	linux-cxl@vger.kernel.org, "Michal Suchánek" <msuchanek@suse.de>,
	"Vishal Verma" <vishal.l.verma@intel.com>
Subject: [PATCH ndctl] meson.build: fix version for v75
Date: Wed, 08 Feb 2023 15:12:48 -0700	[thread overview]
Message-ID: <20230208-v75-fix-version-v1-1-cb90e3740011@intel.com> (raw)

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>


                 reply	other threads:[~2023-02-08 22:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230208-v75-fix-version-v1-1-cb90e3740011@intel.com \
    --to=vishal.l.verma@intel.com \
    --cc=dan.j.williams@intel.com \
    --cc=linux-cxl@vger.kernel.org \
    --cc=msuchanek@suse.de \
    --cc=nvdimm@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox