Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Low
-
Resolution: Done
-
Affects Version/s: ejabberd 14.05
-
Fix Version/s: ejabberd 14.07
-
Component/s: None
-
Labels:None
-
Company:
-
Last commented by user ?:false
Description
The release version string that's reported e.g. by mod_version is set by some Git magic at the top of the configure.ac file. Right now it's set to 13.12.something. The magic is executed by autoconf, so I guess it would be good if the release building process would include running ./autogen.sh (from within the Git repository) after tagging the new release.
see https://github.com/processone/ejabberd/issues/214
to be fixed for 14.07
yes in fact we should alter the way tag is done, by including hand modified version when doing the tag itself so git includes correct numbers.
we generate the source with git archive, and that's why this mistake can occur when we forget to change it just before the tag.