aboutsummaryrefslogtreecommitdiff
path: root/288/index.md
blob: 4656e75a48c50949d689db5bc89e295477884521 (plain)
1
2
3
4
5
6
7
8
9
10
11
Title: Print the commit with dillo -v
Author: rodarima
Created: Tue, 22 Oct 2024 16:05:40 +0000
State: closed

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)
```