New version string on the form: 7.1.0-1+11+g2b25294
This commit is contained in:
parent
3cad374f33
commit
0a37cf31ab
15 changed files with 66 additions and 25 deletions
|
|
@ -348,7 +348,7 @@ main(int argc,
|
|||
usage(h, argv[0]);
|
||||
break;
|
||||
case 'V':
|
||||
cligen_output(stdout, "Clixon version: %s\n", CLIXON_GITHASH);
|
||||
cligen_output(stdout, "Clixon version: %s\n", CLIXON_VERSION);
|
||||
print_version++; /* plugins may also print versions w ca-version callback */
|
||||
break;
|
||||
case 'D' : { /* debug */
|
||||
|
|
|
|||
|
|
@ -1189,7 +1189,7 @@ main(int argc,
|
|||
usage(h, argv0);
|
||||
break;
|
||||
case 'V': /* version */
|
||||
cligen_output(stdout, "Clixon version: %s\n", CLIXON_GITHASH);
|
||||
cligen_output(stdout, "Clixon version: %s\n", CLIXON_VERSION);
|
||||
print_version++; /* plugins may also print versions w ca-version callback */
|
||||
break;
|
||||
case 'D' : /* debug. Note this overrides any setting in the config */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue