ltfs
ltfs copied to clipboard
Release package 2.4.6.2 has wrong version in configure.ac
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:
- Download release tar.gz file
- Unpack it
- verify version in configure.ac
Expected behavior Version string shall match release package version
@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.
- Change version number before you release the LTFS on the public repository
- Create a version tag for your new version (with the code after step1)
- Change version number after creating the tag in step2 for next release (with
Prelim)