fix: taodump string for version

This commit is contained in:
Alex Duan 2025-02-11 11:50:26 +08:00
parent f3e3d7d74c
commit db0e07dd04
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ static void printVersion(FILE *file) {
}
// version, macro define in src/CMakeLists.txt
fprintf(file, "taosBenchmark version: %s\n", TD_VER_NUMBER);
fprintf(file, "taosdump version: %s\n", TD_VER_NUMBER);
fprintf(file, "git: %s\n", TAOSDUMP_COMMIT_ID);
fprintf(file, "build: %s\n", BUILD_INFO);
}