ltfs icon indicating copy to clipboard operation
ltfs copied to clipboard

Release package 2.4.6.2 has wrong version in configure.ac

Open matejk opened this issue 1 year ago • 1 comments

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

matejk avatar Sep 20 '24 08:09 matejk

@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).

  • https://github.com/LinearTapeFileSystem/ltfs/commit/15aea0c98d41c0e86dbcf1d3366024b494e77625
  • https://github.com/LinearTapeFileSystem/ltfs/commit/882d704807038031ce6b1314830fe6b8b1f8da44

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 avatar Sep 24 '24 02:09 piste-jp