You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Bump version to 3.3-rc
We decided to rename the upcoming 3.2.4 release to 3.3 to better reflect that it is a significant feature release, and not a maintenance update. The `3.2` branch was also renamed to `3.x` and will now be the development branch for future 3.x releases (3.3, 3.4, etc.).
This commit is contained in:
4
misc/dist/osx_tools.app/Contents/Info.plist
vendored
4
misc/dist/osx_tools.app/Contents/Info.plist
vendored
@@ -19,11 +19,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>3.2.4</string>
|
<string>3.3</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>godot</string>
|
<string>godot</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3.2.4</string>
|
<string>3.3</string>
|
||||||
<key>NSMicrophoneUsageDescription</key>
|
<key>NSMicrophoneUsageDescription</key>
|
||||||
<string>Microphone access is required to capture audio.</string>
|
<string>Microphone access is required to capture audio.</string>
|
||||||
<key>NSCameraUsageDescription</key>
|
<key>NSCameraUsageDescription</key>
|
||||||
|
|||||||
2
misc/dist/windows/godot.iss
vendored
2
misc/dist/windows/godot.iss
vendored
@@ -1,5 +1,5 @@
|
|||||||
#define MyAppName "Godot Engine"
|
#define MyAppName "Godot Engine"
|
||||||
#define MyAppVersion "3.2.4"
|
#define MyAppVersion "3.3"
|
||||||
#define MyAppPublisher "Godot Engine contributors"
|
#define MyAppPublisher "Godot Engine contributors"
|
||||||
#define MyAppURL "https://godotengine.org/"
|
#define MyAppURL "https://godotengine.org/"
|
||||||
#define MyAppExeName "godot.exe"
|
#define MyAppExeName "godot.exe"
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
<Authors>Godot Engine contributors</Authors>
|
<Authors>Godot Engine contributors</Authors>
|
||||||
|
|
||||||
<PackageId>Godot.NET.Sdk</PackageId>
|
<PackageId>Godot.NET.Sdk</PackageId>
|
||||||
<Version>3.2.4</Version>
|
<Version>3.3</Version>
|
||||||
<PackageVersion>3.2.4</PackageVersion>
|
<PackageVersion>3.3</PackageVersion>
|
||||||
<PackageProjectUrl>https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk</PackageProjectUrl>
|
||||||
<PackageType>MSBuildSdk</PackageType>
|
<PackageType>MSBuildSdk</PackageType>
|
||||||
<PackageTags>MSBuildSdk</PackageTags>
|
<PackageTags>MSBuildSdk</PackageTags>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ namespace GodotTools.ProjectEditor
|
|||||||
{
|
{
|
||||||
public static class ProjectGenerator
|
public static class ProjectGenerator
|
||||||
{
|
{
|
||||||
public const string GodotSdkVersionToUse = "3.2.4";
|
public const string GodotSdkVersionToUse = "3.3";
|
||||||
public const string GodotSdkNameToUse = "Godot.NET.Sdk";
|
public const string GodotSdkNameToUse = "Godot.NET.Sdk";
|
||||||
|
|
||||||
public static ProjectRootElement GenGameProject(string name)
|
public static ProjectRootElement GenGameProject(string name)
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
short_name = "godot"
|
short_name = "godot"
|
||||||
name = "Godot Engine"
|
name = "Godot Engine"
|
||||||
major = 3
|
major = 3
|
||||||
minor = 2
|
minor = 3
|
||||||
patch = 4
|
patch = 0
|
||||||
status = "rc"
|
status = "rc"
|
||||||
module_config = ""
|
module_config = ""
|
||||||
year = 2021
|
year = 2021
|
||||||
|
|||||||
Reference in New Issue
Block a user