mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:23:23 +00:00
Always show the full git version when called with --version
This way we finally get the right version shown on Mac and Windows. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9b247af3f6
commit
3e6a721771
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ bool imported = false;
|
|||
|
||||
static void print_version()
|
||||
{
|
||||
printf("Subsurface v%s, ", VERSION_STRING);
|
||||
printf("Subsurface v%s, ", GIT_VERSION_STRING);
|
||||
printf("built with libdivecomputer v%s\n", dc_version(NULL));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue