Changed intermediate version numbers to be git-style, eg 7.0.0-39 instead of 7.1.0-PRE
* Changed datastore modstate to be last in file, as prior to 7.0
This commit is contained in:
parent
8ebfdb8168
commit
ca701b0c1a
17 changed files with 18 additions and 25 deletions
|
|
@ -345,7 +345,7 @@ main(int argc,
|
|||
usage(h, argv[0]);
|
||||
break;
|
||||
case 'V':
|
||||
cligen_output(stdout, "Clixon version: %s\n", CLIXON_VERSION_STRING);
|
||||
cligen_output(stdout, "Clixon version: %s\n", CLIXON_GITHASH);
|
||||
print_version++; /* plugins may also print versions w ca-version callback */
|
||||
break;
|
||||
case 'D' : { /* debug */
|
||||
|
|
|
|||
|
|
@ -1176,7 +1176,7 @@ main(int argc,
|
|||
usage(h, argv0);
|
||||
break;
|
||||
case 'V': /* version */
|
||||
cligen_output(stdout, "Clixon version: %s\n", CLIXON_VERSION_STRING);
|
||||
cligen_output(stdout, "Clixon version: %s\n", CLIXON_GITHASH);
|
||||
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