version.c

This commit is contained in:
slguan 2019-12-06 13:59:39 +08:00
parent cbdeb351df
commit c972e1ca8f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
char version[64] = "1.6.4.3";
char version[64] = "1.6.4.2";
char compatible_version[64] = "1.6.1.0";
char gitinfo[128] = "e6445addc77e8c96dcb57221fa6ab5dcde0458f7";
char buildinfo[512] = "Built by ubuntu at 2019-12-06 13:52";
char buildinfo[512] = "Built by ubuntu at 2019-12-06 13:59";