Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
summerinsects committed Jan 15, 2018
1 parent 93b8126 commit e44c916
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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 24
versionName "1.2.11"
versionName "1.2.12"

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="24"
android:versionName="1.2.11"
android:versionName="1.2.12"
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 @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.11</string>
<string>1.2.12</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.2.11</string>
<string>1.2.12</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.11</string>
<string>1.2.12</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.2.11</string>
<string>1.2.12</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSMinimumSystemVersion</key>
Expand Down
8 changes: 4 additions & 4 deletions proj.win32/game.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ GLFW_ICON ICON "res\\game.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,11
PRODUCTVERSION 1,2,11
FILEVERSION 1,2,12
PRODUCTVERSION 1,2,12
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "game Module\0"
VALUE "FileVersion", "1, 2, 11\0"
VALUE "FileVersion", "1, 2, 12\0"
VALUE "InternalName", "game\0"
VALUE "LegalCopyright", "Copyright \0"
VALUE "OriginalFilename", "game.exe\0"
VALUE "ProductName", "game Module\0"
VALUE "ProductVersion", "1, 2, 10\0"
VALUE "ProductVersion", "1, 2, 12\0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit e44c916

Please sign in to comment.