Merge branch 'master' of https://github.com/taosdata/TDengine
This commit is contained in:
commit
854ee3df4c
|
@ -67,6 +67,8 @@ int main(int argc, char *argv[]) {
|
||||||
}
|
}
|
||||||
} else if (strcmp(argv[i], "-V") == 0) {
|
} else if (strcmp(argv[i], "-V") == 0) {
|
||||||
printf("%s %s\n", version, compatible_version);
|
printf("%s %s\n", version, compatible_version);
|
||||||
|
printf("gitinfo: %s\n", gitinfo);
|
||||||
|
printf("buildinfo: %s\n", buildinfo);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue