On 30/10/2025 17:33 EET Genes Lists via dovecot <dovecot@dovecot.org> wrote:
On Thu, 2025-10-30 at 16:50 +0200, Aki Tuomi via dovecot wrote:
...
the
versionfile should be present in tag 2.4.2 and in release- 2.4.2 branch.Aki
Yep it is, it's just not there in git head.
Is there a good reason not to keep version file in HEAD as well?
As suggested by @pgnd, I will create version file with last tag before running configure. Seems like that is all that is needed.
thanks all.
-- Gene
main branch (git HEAD) is considered v0.0.0. For various reasons. Release branches contain version file and builds with 2.4.2 as version.
If you wish to build 2.4.2 from main HEAD, you can pretend it's 2.4.2 by using VERSION envvar, or creating the version file yourself, but it's still going to be something else than 2.4.2.
Aki