From 183f0c8bd192ba8d850a7b5fe3d6f36d7bdf6cd3 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Mon, 6 May 2024 00:03:40 +0800 Subject: [PATCH] update version. [skip CI] --- Project/Android/Dora/app/build.gradle | 4 ++-- Project/Windows/Dora/Resource.rc | 8 ++++---- Project/iOS/Dora/Info.plist | 4 ++-- Project/macOS/Dora/Info.plist | 4 ++-- Source/Basic/Application.cpp | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Project/Android/Dora/app/build.gradle b/Project/Android/Dora/app/build.gradle index cf8ae106c..45cbf25d8 100644 --- a/Project/Android/Dora/app/build.gradle +++ b/Project/Android/Dora/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "org.ippclub.dorassr" minSdkVersion 28 targetSdkVersion 34 - versionCode 53 - versionName "1.3.21" + versionCode 54 + versionName "1.3.22" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' externalNativeBuild { cmake { diff --git a/Project/Windows/Dora/Resource.rc b/Project/Windows/Dora/Resource.rc index f4e41b8ff..f4b151adf 100644 --- a/Project/Windows/Dora/Resource.rc +++ b/Project/Windows/Dora/Resource.rc @@ -61,8 +61,8 @@ IDI_ICON1 ICON "Dora SSR.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,3,21,0 - PRODUCTVERSION 1,3,21,0 + FILEVERSION 1,3,22,0 + PRODUCTVERSION 1,3,22,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -79,12 +79,12 @@ BEGIN BEGIN VALUE "CompanyName", "IppClub" VALUE "FileDescription", "A game engine for rapid game development." - VALUE "FileVersion", "1.3.21.0" + VALUE "FileVersion", "1.3.22.0" VALUE "InternalName", "Dora.exe" VALUE "LegalCopyright", "Copyright (C) 2024" VALUE "OriginalFilename", "Dora.exe" VALUE "ProductName", "Dora SSR" - VALUE "ProductVersion", "1.3.21.0" + VALUE "ProductVersion", "1.3.22.0" END END BLOCK "VarFileInfo" diff --git a/Project/iOS/Dora/Info.plist b/Project/iOS/Dora/Info.plist index d2975ff23..7da4b10e0 100644 --- a/Project/iOS/Dora/Info.plist +++ b/Project/iOS/Dora/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3.21 + 1.3.22 CFBundleSignature ???? CFBundleVersion - 53 + 54 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/Project/macOS/Dora/Info.plist b/Project/macOS/Dora/Info.plist index fa74d067b..34114fc96 100644 --- a/Project/macOS/Dora/Info.plist +++ b/Project/macOS/Dora/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3.21 + 1.3.22 CFBundleSignature ???? CFBundleVersion - 53 + 54 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion diff --git a/Source/Basic/Application.cpp b/Source/Basic/Application.cpp index d4d9ee39a..1c5b148c7 100644 --- a/Source/Basic/Application.cpp +++ b/Source/Basic/Application.cpp @@ -29,7 +29,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI #include #include -#define DORA_VERSION "1.3.21"_slice +#define DORA_VERSION "1.3.22"_slice #if BX_PLATFORM_ANDROID #include