File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 66
77#ifndef QCloudCOSXMLModuleVersion_h
88#define QCloudCOSXMLModuleVersion_h
9- #define QCloudCOSXMLModuleVersionNumber 505009
9+ #define QCloudCOSXMLModuleVersionNumber 506000
1010
1111// dependency
12- #if QCloudCoreModuleVersionNumber != 505009
13- #error "库QCloudCOSXML依赖QCloudCore最小版本号为5.5.9 ,当前引入的QCloudCore版本号过低,请及时升级后使用"
12+ #if QCloudCoreModuleVersionNumber != 506000
13+ #error "库QCloudCOSXML依赖QCloudCore最小版本号为5.6.0 ,当前引入的QCloudCore版本号过低,请及时升级后使用"
1414#endif
1515
1616//
1717FOUNDATION_EXTERN NSString * const QCloudCOSXMLModuleVersion;
1818FOUNDATION_EXTERN NSString * const QCloudCOSXMLModuleName;
1919
20- #endif
20+ #endif
Original file line number Diff line number Diff line change 11#import " QCloudCOSXMLVersion.h"
2- NSString * const QCloudCOSXMLModuleVersion = @" 5.5.9 " ;
2+ NSString * const QCloudCOSXMLModuleVersion = @" 5.6.0 " ;
33NSString * const QCloudCOSXMLModuleName = @" QCloudCOSXML" ;
44@interface QCloudQCloudCOSXMLLoad : NSObject
55@end
@@ -26,4 +26,4 @@ + (void) load
2626#pragma clang diagnostic pop
2727 }
2828}
29- @end
29+ @end
Original file line number Diff line number Diff line change 55
66#ifndef QCloudCoreModuleVersion_h
77#define QCloudCoreModuleVersion_h
8- #define QCloudCoreModuleVersionNumber 505009
8+ #define QCloudCoreModuleVersionNumber 506000
99
1010// dependency
1111
1212//
1313FOUNDATION_EXTERN NSString * const QCloudCoreModuleVersion;
1414FOUNDATION_EXTERN NSString * const QCloudCoreModuleName;
1515
16- #endif
16+ #endif
Original file line number Diff line number Diff line change 11#import " QCloudCoreVersion.h"
2- NSString * const QCloudCoreModuleVersion = @" 5.5.9 " ;
2+ NSString * const QCloudCoreModuleVersion = @" 5.6.0 " ;
33NSString * const QCloudCoreModuleName = @" QCloudCore" ;
44@interface QCloudQCloudCoreLoad : NSObject
55@end
@@ -26,4 +26,4 @@ + (void) load
2626#pragma clang diagnostic pop
2727 }
2828}
29- @end
29+ @end
You can’t perform that action at this time.
0 commit comments