summaryrefslogtreecommitdiff
path: root/src/tensor.c
diff options
context:
space:
mode:
authorbyte2016 <[email protected]>2018-09-21 20:32:43 +0800
committerbyte2016 <[email protected]>2018-09-21 20:32:43 +0800
commitc4439e374252774f8165285d2898eaec48921a21 (patch)
treeca0af48b57f7f0da8d135b98c9ced09f1029cace /src/tensor.c
parent80ebf4cdb29204fd5026b270994a0446312f6d8f (diff)
修改非行列式配置生成bugHEADmaster
Diffstat (limited to 'src/tensor.c')
-rw-r--r--src/tensor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tensor.c b/src/tensor.c
index a19712c..863d125 100644
--- a/src/tensor.c
+++ b/src/tensor.c
@@ -11,7 +11,7 @@
#include "tensor.h"
-const char * TENSOR_K18_version_VERSION_20180920 = "TENSOR_K18_version_VERSION_20180920";
+const char * TENSOR_K18_version_VERSION_20180921 = "TENSOR_K18_version_VERSION_20180921";
int common_module_init(common_module_t **common_module,int run_mode,char *config_path,char *log_path,char *project_name,void *main_logger)