From 772d6453a79fd408fb4f9ec23a391a5c06b6632e Mon Sep 17 00:00:00 2001 From: Wei Shuai Date: Fri, 16 Nov 2018 10:16:30 +0800 Subject: [PATCH] add version info --- core/xtouchdownrecorder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/xtouchdownrecorder.c b/core/xtouchdownrecorder.c index ab075fc..8ce9165 100644 --- a/core/xtouchdownrecorder.c +++ b/core/xtouchdownrecorder.c @@ -66,7 +66,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "lightworker.h" -#define _PROVER_ "V6" +#define _PROVER_ "V7" #define _PRONAMEVER_ "XTouchDownRecorder " _PROVER_ " (" __DATE__ ")" static int uploadfile(char * path);