From e0f81c7b38101091efec1b4ea6cc464f96f789cf Mon Sep 17 00:00:00 2001 From: Li Jin Date: Sun, 19 Nov 2023 04:03:36 +0800 Subject: [PATCH] update version. [skip CI] --- Project/Android/app/build.gradle | 4 ++-- Project/Windows/Dorothy/Resource.rc | 8 ++++---- Project/iOS/Dorothy/Info.plist | 4 ++-- Project/macOS/Dorothy/Info.plist | 4 ++-- Source/Basic/Application.cpp | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Project/Android/app/build.gradle b/Project/Android/app/build.gradle index b6ef418d0..2ee98f383 100644 --- a/Project/Android/app/build.gradle +++ b/Project/Android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "org.ippclub.dorothyssr" minSdkVersion 28 targetSdkVersion 33 - versionCode 19 - versionName "1.1.1" + versionCode 20 + versionName "1.1.2" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' externalNativeBuild { cmake { diff --git a/Project/Windows/Dorothy/Resource.rc b/Project/Windows/Dorothy/Resource.rc index 269d139e7..4fef246ba 100644 --- a/Project/Windows/Dorothy/Resource.rc +++ b/Project/Windows/Dorothy/Resource.rc @@ -61,8 +61,8 @@ IDI_ICON1 ICON "Dorothy SSR.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,1,1,0 - PRODUCTVERSION 1,1,1,0 + FILEVERSION 1,1,2,0 + PRODUCTVERSION 1,1,2,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.1.1.0" + VALUE "FileVersion", "1.1.2.0" VALUE "InternalName", "Dorothy.exe" VALUE "LegalCopyright", "Copyright (C) 2023" VALUE "OriginalFilename", "Dorothy.exe" VALUE "ProductName", "Dorothy SSR" - VALUE "ProductVersion", "1.1.1.0" + VALUE "ProductVersion", "1.1.2.0" END END BLOCK "VarFileInfo" diff --git a/Project/iOS/Dorothy/Info.plist b/Project/iOS/Dorothy/Info.plist index d776f2dea..ecd0fe179 100644 --- a/Project/iOS/Dorothy/Info.plist +++ b/Project/iOS/Dorothy/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.1 + 1.1.2 CFBundleSignature ???? CFBundleVersion - 19 + 20 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/Project/macOS/Dorothy/Info.plist b/Project/macOS/Dorothy/Info.plist index 845872aa6..cfaff07f1 100644 --- a/Project/macOS/Dorothy/Info.plist +++ b/Project/macOS/Dorothy/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.1 + 1.1.2 CFBundleSignature ???? CFBundleVersion - 19 + 20 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion diff --git a/Source/Basic/Application.cpp b/Source/Basic/Application.cpp index 0c038c861..31b33c85c 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.1.1"_slice +#define DORA_VERSION "1.1.2"_slice #if BX_PLATFORM_ANDROID #include