Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
summerinsects committed Dec 24, 2017
1 parent 810606b commit 55108db
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Classes/HelloWorldScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "MahjongTheory/MahjongTheoryScene.h"
#include "LatestCompetition/LatestCompetitionScene.h"

#define VERSION 0x010208
#define VERSION 0x010209

USING_NS_CC;

Expand Down
2 changes: 1 addition & 1 deletion proj.android-studio/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion PROP_MIN_SDK_VERSION
targetSdkVersion PROP_TARGET_SDK_VERSION
versionCode 1
versionName "1.2.8"
versionName "1.2.9"

externalNativeBuild {
ndkBuild {
Expand Down
2 changes: 1 addition & 1 deletion proj.android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.cocos2dx.ChineseOfficialMahjongHelper"
android:versionCode="1"
android:versionName="1.2.8"
android:versionName="1.2.9"
android:installLocation="auto">

<uses-sdk android:minSdkVersion="9"/>
Expand Down
4 changes: 2 additions & 2 deletions proj.ios_mac/ios/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.8</string>
<string>1.2.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.2.8</string>
<string>1.2.9</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIAppFonts</key>
Expand Down
4 changes: 2 additions & 2 deletions proj.ios_mac/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.8</string>
<string>1.2.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.2.8</string>
<string>1.2.9</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 55108db

Please sign in to comment.