diff options
| author | lishu <[email protected]> | 2018-12-11 22:27:35 +0800 |
|---|---|---|
| committer | lishu <[email protected]> | 2018-12-11 22:27:35 +0800 |
| commit | 14ce0d2381eedff940305a6cc40cf2cd36e9d016 (patch) | |
| tree | 101e31769b5742da31c7ab820b06db234e34d346 /src/main.c | |
| parent | cf2684a100afcfa3076d6afe7235c62394ff77eb (diff) | |
摘要存储文件,增加文件后缀
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; |
