diff --git a/Project/Android/Dora/app/build.gradle b/Project/Android/Dora/app/build.gradle index 71396d0b0..84c653752 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 43 - versionName "1.3.11" + versionCode 44 + versionName "1.3.12" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' externalNativeBuild { cmake { diff --git a/Project/Windows/Dora/Resource.rc b/Project/Windows/Dora/Resource.rc index 8d766ec6e..13296982c 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,11,0 - PRODUCTVERSION 1,3,11,0 + FILEVERSION 1,3,12,0 + PRODUCTVERSION 1,3,12,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.11.0" + VALUE "FileVersion", "1.3.12.0" VALUE "InternalName", "Dora.exe" VALUE "LegalCopyright", "Copyright (C) 2024" VALUE "OriginalFilename", "Dora.exe" VALUE "ProductName", "Dora SSR" - VALUE "ProductVersion", "1.3.11.0" + VALUE "ProductVersion", "1.3.12.0" END END BLOCK "VarFileInfo" diff --git a/Project/iOS/Dora/Info.plist b/Project/iOS/Dora/Info.plist index aa1ea995c..d36bdc72e 100644 --- a/Project/iOS/Dora/Info.plist +++ b/Project/iOS/Dora/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3.11 + 1.3.12 CFBundleSignature ???? CFBundleVersion - 43 + 44 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/Project/macOS/Dora/Info.plist b/Project/macOS/Dora/Info.plist index 1d4a69d87..0de0c2660 100644 --- a/Project/macOS/Dora/Info.plist +++ b/Project/macOS/Dora/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3.11 + 1.3.12 CFBundleSignature ???? CFBundleVersion - 43 + 44 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion diff --git a/Source/Basic/Application.cpp b/Source/Basic/Application.cpp index fae82855b..ce681ae11 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.11"_slice +#define DORA_VERSION "1.3.12"_slice #if BX_PLATFORM_ANDROID #include