mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Rename git version to simply version
This commit is contained in:
parent
c49faa7337
commit
b8135ea639
6 changed files with 15 additions and 15 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue