Commit cc4c73da by wuyang.zou

Fix : 之前提交两次 关于 版本号 2.1.* RC 和 对外提供的官方文档不匹配,

同时也没有同步给过 2.1.* RC 版本的程序给 客户;
故在此处进行了版本号修正;

 Version: 1.2.3 RC
parent 48d20d1e
...@@ -11,7 +11,7 @@ extern std::string g_pos_id; ...@@ -11,7 +11,7 @@ extern std::string g_pos_id;
extern bool g_pos_ismaster; extern bool g_pos_ismaster;
#define VERSION "2.1.2 RC" //版本号; #define VERSION "1.2.3 RC" //版本号;
class JsonModule class JsonModule
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment