ltfs
ltfs copied to clipboard
Version in the `v2.4-stable` branch is not changed at all
Version number of the v2.4-stable branch is remaining in 2.4.5.1 (Prelim).
Thank you for the information, piste-jp. It appears as though there may be some hope for recovering the data after all! I'm trying to compile from source on a Linux machine however, once complete, the version reported by the ltfs command is 2.4.5.1 (Prelim). I tried to install the prior version (2.4.7.0) but got the same results. The timestamp on the executable is incrementing whenever I do a reinstall, and executing it directly (/usr/local/bin/ltfs --version) produces the same results. Do you know what I might be doing wrong? I appreciate your support.
Originally posted by @BadContext in #514
Please update the version number before you release the new version. And increment the version number after releasing.
For example, to releasing v2.4.6.0-10507,
- Before release, version number shall be set to
v2.4.5.1 (Prelim) - Release
v2.4.6.0-10507by the instruction below - Update version number of configure.ac like
AC_INIT([LTFS], [2.4.6.0 (10507)], IBM corporation.)and push - Create tag
v2.4.6.0-10507and push - Update version number to next release (tentative) like
AC_INIT([LTFS], [2.4.6.1 (Prelim)], IBM corporation.)and push
Hey, GDL guys,
Could you make version control correctly?