From f4e3e760b12405f9256cf35aa90067a8889ed9ad Mon Sep 17 00:00:00 2001 From: shenmo <jifengshenmo@outlook.com> Date: Thu, 7 Apr 2022 07:33:06 +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 840b975..0a30e42 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 (1.6.3) +#define CURRENT_VER QString(1.6.3) #endif // GLOBALDEFINE_H