Skip to content

Commit 9f68a81

Browse files
authored
Merge pull request #103510 from akien-mga/4.5-dev
Bump version to 4.5-dev
2 parents 4c311cb + 1c35a31 commit 9f68a81

File tree

10 files changed

+23
-18
lines changed

10 files changed

+23
-18
lines changed

.github/actions/godot-cpp-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build godot-cpp
22
description: Build godot-cpp with the provided options.
33

44
env:
5-
GODOT_CPP_BRANCH: 4.3
5+
GODOT_CPP_BRANCH: 4.4
66

77
inputs:
88
bin:

misc/dist/macos_tools.app/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>4.4</string>
20+
<string>4.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>GODO</string>
2323
<key>CFBundleVersion</key>
24-
<string>4.4</string>
24+
<string>4.5</string>
2525
<key>NSMicrophoneUsageDescription</key>
2626
<string>Microphone access is required to capture audio.</string>
2727
<key>NSCameraUsageDescription</key>

misc/dist/windows/godot.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "Godot Engine"
2-
#define MyAppVersion "4.4"
2+
#define MyAppVersion "4.5"
33
#define MyAppPublisher "Godot Engine contributors"
44
#define MyAppURL "https://godotengine.org/"
55
#define MyAppExeName "godot.exe"

misc/extension_api_validation/4.3-stable.expected renamed to misc/extension_api_validation/4.3-stable_4.4-stable.expected

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
This file contains the expected output of --validate-extension-api when run against the extension_api.json of the
2-
4.3-stable tag (the basename of this file).
3-
4-
Only lines that start with "Validate extension JSON:" matter, everything else is considered a comment and ignored. They
5-
should instead be used to justify these changes and describe how users should work around these changes.
6-
7-
Add new entries at the end of the file.
1+
This file contains, when concatenated to the expected output since 4.4, the expected output of --validate-extension-api
2+
when run against the extension_api.json of the 4.3-stable tag (first part of the basename of this file).
83

94
## Changes between 4.3-stable and 4.4-stable
5+
106
GH-95374
117
--------
128
Validate extension JSON: Error: Field 'classes/ShapeCast2D/properties/collision_result': getter changed value in new API, from "_get_collision_result" to &"get_collision_result".
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This file contains the expected output of --validate-extension-api when run against the extension_api.json of the
2+
4.4-stable tag (the basename of this file).
3+
4+
Only lines that start with "Validate extension JSON:" matter, everything else is considered a comment and ignored. They
5+
should instead be used to justify these changes and describe how users should work around these changes.
6+
7+
Add new entries at the end of the file.
8+
9+
## Changes between 4.4-stable and 4.5-stable

modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Authors>Godot Engine contributors</Authors>
88

99
<PackageId>Godot.NET.Sdk</PackageId>
10-
<Version>4.4.0</Version>
10+
<Version>4.5.0</Version>
1111
<PackageVersion>$(PackageVersion_Godot_NET_Sdk)</PackageVersion>
1212
<RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk</RepositoryUrl>
1313
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>

modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Authors>Godot Engine contributors</Authors>
1111

1212
<PackageId>Godot.SourceGenerators</PackageId>
13-
<Version>4.4.0</Version>
13+
<Version>4.5.0</Version>
1414
<PackageVersion>$(PackageVersion_Godot_SourceGenerators)</PackageVersion>
1515
<RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators</RepositoryUrl>
1616
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>

modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Authors>Godot Engine contributors</Authors>
2020

2121
<PackageId>GodotSharp</PackageId>
22-
<Version>4.4.0</Version>
22+
<Version>4.5.0</Version>
2323
<PackageVersion>$(PackageVersion_GodotSharp)</PackageVersion>
2424
<RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/glue/GodotSharp/GodotSharp</RepositoryUrl>
2525
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>

modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Authors>Godot Engine contributors</Authors>
1616

1717
<PackageId>GodotSharpEditor</PackageId>
18-
<Version>4.4.0</Version>
18+
<Version>4.5.0</Version>
1919
<PackageVersion>$(PackageVersion_GodotSharp)</PackageVersion>
2020
<RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/glue/GodotSharp/GodotSharpEditor</RepositoryUrl>
2121
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>

version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
short_name = "godot"
22
name = "Godot Engine"
33
major = 4
4-
minor = 4
4+
minor = 5
55
patch = 0
6-
status = "stable"
6+
status = "dev"
77
module_config = ""
88
website = "https://godotengine.org"
9-
docs = "4.4"
9+
docs = "latest"

0 commit comments

Comments
 (0)