summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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;