Skip to content

Commit

Permalink
New version 4.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg committed May 11, 2017
1 parent 8e0ec53 commit 8447767
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Adjust/AdjustConfig2dx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static int fileReadCallback(const char* fileName, int* size) {
#endif

void AdjustConfig2dx::initConfig(std::string appToken, std::string environment, bool allowSuppressLogLevel) {
std::string sdkPrefix = "cocos2d-x4.11.1";
std::string sdkPrefix = "cocos2d-x4.11.2";

#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
cocos2d::JniMethodInfo miInit;
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.11.1
4.11.2
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public WRTAdjustConfig(string appToken, string environment)
{
this.appToken = appToken;
this.environment = environment;
this.sdkPrefix = "cocos2d-x4.11.1";
this.sdkPrefix = "cocos2d-x4.11.2";

this.logLevel = LogLevel.Info;

Expand Down
2 changes: 1 addition & 1 deletion Windows/AdjustWP81WinRT/AdjustWP81WinRT/WRTAdjustConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public WRTAdjustConfig(string appToken, string environment)
{
this.appToken = appToken;
this.environment = environment;
this.sdkPrefix = "cocos2d-x4.11.1";
this.sdkPrefix = "cocos2d-x4.11.2";

this.logLevel = LogLevel.Info;

Expand Down
2 changes: 1 addition & 1 deletion Windows/AdjustWS81WinRT/AdjustWS81WinRT/WRTAdjustConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public WRTAdjustConfig(string appToken, string environment)
{
this.appToken = appToken;
this.environment = environment;
this.sdkPrefix = "cocos2d-x4.11.1";
this.sdkPrefix = "cocos2d-x4.11.2";

this.logLevel = LogLevel.Info;

Expand Down
2 changes: 1 addition & 1 deletion doc/migrate.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Migrate your adjust SDK for Cocos2d-x to 4.11.1 from 4.0.x
## Migrate your adjust SDK for Cocos2d-x to 4.11.2 from 4.0.x

### SDK initialization

Expand Down

0 comments on commit 8447767

Please sign in to comment.