Merge pull request #3096 from taosdata/release/v2.0.1.0

[update version]
This commit is contained in:
Shengliang Guan 2020-08-17 11:28:46 +08:00 committed by GitHub
commit 72cc08fe94
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.0.6"; char version[12] = "2.0.1.0";
char compatible_version[12] = "2.0.0.0"; char compatible_version[12] = "2.0.0.0";
char gitinfo[48] = "e9a20fafbe9e3b0b12cbdf55604163b4b9a41b41"; char gitinfo[48] = "7ac6c2b8de3cd66e180132fc1cf77715237308a1";
char gitinfoOfInternal[48] = "dd679db0b9edeedad68574c1e031544711a9831f"; char gitinfoOfInternal[48] = "e1e64838ece2b6dbe964ec3a39953455f354d930";
char buildinfo[64] = "Built by at 2020-08-12 07:59"; char buildinfo[64] = "Built by root at 2020-08-17 11:13";
void libtaos_2_0_0_6_Linux_x64() {}; void libtaos_2_0_1_0_Linux_x64() {};