Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release package 2.4.6.2 has wrong version in configure.ac #482

Open
matejk opened this issue Sep 20, 2024 · 1 comment
Open

Release package 2.4.6.2 has wrong version in configure.ac #482

matejk opened this issue Sep 20, 2024 · 1 comment
Assignees
Labels

Comments

@matejk
Copy link

matejk commented Sep 20, 2024

Describe the bug

configure.ac for release package 2.4.6.2 contains version string "2.4.5.1 (Prelim)"

AC_INIT([LTFS], [2.4.5.1 (Prelim)], IBM corporation.)

To Reproduce
Steps to reproduce the behavior:

  1. Download release tar.gz file
  2. Unpack it
  3. verify version in configure.ac

Expected behavior
Version string shall match release package version

@piste-jp
Copy link
Member

@juliocelon ,

Could you handle this? You can use a direct push for managing this.

You can see the similar pushes, one is for setting version to the official release, the other is for setting version to the next release (temporary).

For managing version number you need to make the following steps.

  1. Change version number before you release the LTFS on the public repository
  2. Create a version tag for your new version (with the code after step1)
  3. Change version number after creating the tag in step2 for next release (with Prelim)

@piste-jp piste-jp added the bug label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants