Rename git version to simply version

This commit is contained in:
Martin Lund 2024-11-30 11:37:12 +01:00
parent c49faa7337
commit b8135ea639
6 changed files with 15 additions and 15 deletions

View file

@ -25,7 +25,7 @@
#include <regex.h>
#include <getopt.h>
#include <errno.h>
#include "git-version.h"
#include "version.h"
#include "config.h"
#include "misc.h"
#include "print.h"
@ -1088,7 +1088,7 @@ void options_parse(int argc, char *argv[])
break;
case 'v':
printf("tio %s\n", GIT_VERSION);
printf("tio %s\n", VERSION);
exit(EXIT_SUCCESS);
break;