Commit 2e2684346351cbedb072659e65514806f510f962

Authored by 张旭
1 parent ee2f954b

2.1.0

CNLiveUserSystemDemo/CNLiveUserSystemSDK/CNLiveUserSystemCenter.h
@@ -332,7 +332,7 @@ @@ -332,7 +332,7 @@
332 332
333 333
334 /** 334 /**
335 - * 获取SDK版本号 v2.0.0 335 + * 获取SDK版本号 v2.1.0
336 */ 336 */
337 + (NSString *)getVersion; 337 + (NSString *)getVersion;
338 338
CNLiveUserSystemDemo/CNLiveUserSystemSDK/Common.h
@@ -11,6 +11,6 @@ @@ -11,6 +11,6 @@
11 11
12 #define kSVer @"4.0" //探针版本 12 #define kSVer @"4.0" //探针版本
13 #define StatAppVersion ([[[NSBundle mainBundle] infoDictionary] objectForKey: @"CFBundleShortVersionString"]) 13 #define StatAppVersion ([[[NSBundle mainBundle] infoDictionary] objectForKey: @"CFBundleShortVersionString"])
14 -#define SDKVersion @"2.0.0" //SDK版本 14 +#define SDKVersion @"2.1.0" //SDK版本
15 15
16 #endif /* Common_h */ 16 #endif /* Common_h */
Products/CNLiveUserSystemSDK.framework/CNLiveUserSystemSDK
No preview for this file type
Products/CNLiveUserSystemSDK.framework/Headers/CNLiveUserSystemCenter.h
@@ -332,7 +332,7 @@ @@ -332,7 +332,7 @@
332 332
333 333
334 /** 334 /**
335 - * 获取SDK版本号 v2.0.0 335 + * 获取SDK版本号 v2.1.0
336 */ 336 */
337 + (NSString *)getVersion; 337 + (NSString *)getVersion;
338 338