From 97441a9e0719786872fe6a3213d82230fa1079b2 Mon Sep 17 00:00:00 2001 From: shenmo <jifengshenmo@outlook.com> Date: Thu, 7 Apr 2022 07:33:46 +0000 Subject: [PATCH] update spark-webapp-runtime/globaldefine.h. --- spark-webapp-runtime/globaldefine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark-webapp-runtime/globaldefine.h b/spark-webapp-runtime/globaldefine.h index 0a30e42..95b0468 100644 --- a/spark-webapp-runtime/globaldefine.h +++ b/spark-webapp-runtime/globaldefine.h @@ -17,6 +17,6 @@ #define DEFAULT_ROOT QString() #define DEFAULT_PORT 0 -#define CURRENT_VER QString(1.6.3) +#define CURRENT_VER QString("1.6.3") #endif // GLOBALDEFINE_H