LinearTapeFileSystem / ltfs

Reference implementation of the LTFS format Spec for stand alone tape drive
BSD 3-Clause "New" or "Revised" License
255 stars 76 forks source link

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

Open matejk opened 2 months ago

matejk commented 2 months ago

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 commented 2 months ago

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