Merge pull request #3239 from taosdata/release/v2.0.2.1

[update release ver info]
This commit is contained in:
Shengliang Guan 2020-08-26 13:00:39 +08:00 committed by GitHub
commit 945acea9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
char version[12] = "2.0.2.0";
char version[12] = "2.0.2.1";
char compatible_version[12] = "2.0.0.0";
char gitinfo[48] = "d711657139620f6c50f362597020705b8ad26bd2";
char gitinfoOfInternal[48] = "1d74ae24c541ffbb280e8630883c0236cd45f8c7";
char buildinfo[64] = "Built by root at 2020-08-24 16:31";
char gitinfo[48] = "1527828603722a0ed8ea706439e8c172a13b7eb1";
char gitinfoOfInternal[48] = "490a983428d02b00d06b2a067b3f6e74f4b8d1a8";
char buildinfo[64] = "Built by root at 2020-08-26 12:00";
void libtaos_2_0_2_0_Linux_x64_beta() {};
void libtaos_2_0_2_1_Linux_x64() {};