|
@@ -52,8 +52,8 @@
|
|
|
#define STORE_ROOM_CALL_BED "room_call_bed"
|
|
|
#define SIGNAL_TYPE "TCP" //TCP,SIP
|
|
|
|
|
|
-static std::string version = "v1.0.29";
|
|
|
-static int versionNo = 29;
|
|
|
+static std::string version = "v1.0.30";
|
|
|
+static int versionNo = 30;
|
|
|
static std::string serverIP = "172.28.100.100";
|
|
|
static std::string tcpIP = "172.28.100.100";
|
|
|
static int serverHttpPort = 8006;
|