New version string on the form: 7.1.0-1+11+g2b25294

This commit is contained in:
Olof hagsand 2024-10-18 17:25:47 +02:00
parent 3cad374f33
commit 0a37cf31ab
15 changed files with 66 additions and 25 deletions

View file

@ -994,7 +994,7 @@ cli_show_version(clixon_handle h,
cvec *cvv,
cvec *argv)
{
cligen_output(stdout, "Clixon: %s\n", CLIXON_GITHASH);
cligen_output(stdout, "Clixon: %s\n", CLIXON_VERSION);
cligen_output(stdout, "CLIgen: %s\n", CLIGEN_VERSION);
return 0;
}