summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorlishu <[email protected]>2018-12-11 22:27:35 +0800
committerlishu <[email protected]>2018-12-11 22:27:35 +0800
commit14ce0d2381eedff940305a6cc40cf2cd36e9d016 (patch)
tree101e31769b5742da31c7ab820b06db234e34d346 /src/main.c
parentcf2684a100afcfa3076d6afe7235c62394ff77eb (diff)
摘要存储文件,增加文件后缀
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 40f01de..3f0500b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -22,13 +22,14 @@
#include "my_socket.h"
#include "cache_evbase_client.h"
-int DD_VERSION_1_0_20180930 = 0;
+int DD_VERSION_1_0_20181211 = 0;
const char* dd_version_des = "MESA@iie digest";
void digest_detection_history()
{
//2018.09.27 v1.0 create the project
- //2018.09.30 v1.0 update cache
+ //2018.09.30 v1.0 update cache
+ //2018.12.11 v1.0 add file suffix
}
dd_parameter_t g_dd_run;