You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing version of Dillo that are not released yet, it is convenient to see the exact commit they belong to. We can report this information by collecting it at the configure stage. Something like this:
% dillo -v
Dillo version 3.1.1 (commit 3480a9bb)
The text was updated successfully, but these errors were encountered:
Use git describe to get the current commit and other information to set
VERSION in config.h, when we are not using a tarball release. The file
".tarball-version" stores the version inside the tarball, so it is fixed
for releases. The .version file is not used, so no need to generate it.
If the git program is not present when running autogen.sh, the version
will be set to UNKNOWN. This situation will be very rare as you will
need git to fetch the sources, but continues to allow building Dillo
without the git program.
Fixes: #288
When testing version of Dillo that are not released yet, it is convenient to see the exact commit they belong to. We can report this information by collecting it at the configure stage. Something like this:
The text was updated successfully, but these errors were encountered: