File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7- ## [ 4.0.2] - TBD
7+ ## [ 4.0.2] - 2023-04-04
88
99See the [ release announcement] ( https://godotengine.org/article/maintenance-release-godot-4-0-2 ) for details.
1010
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >4.0.2 </string >
20+ <string >4.0.3 </string >
2121 <key >CFBundleSignature </key >
2222 <string >godot </string >
2323 <key >CFBundleVersion </key >
24- <string >4.0.2 </string >
24+ <string >4.0.3 </string >
2525 <key >NSMicrophoneUsageDescription </key >
2626 <string >Microphone access is required to capture audio. </string >
2727 <key >NSCameraUsageDescription </key >
Original file line number Diff line number Diff line change 11#define MyAppName " Godot Engine"
2- #define MyAppVersion " 4.0.2 "
2+ #define MyAppVersion " 4.0.3 "
33#define MyAppPublisher " Godot Engine contributors"
44#define MyAppURL " https://godotengine.org/"
55#define MyAppExeName " godot.exe"
Original file line number Diff line number Diff line change 77 <Authors >Godot Engine contributors</Authors >
88
99 <PackageId >Godot.NET.Sdk</PackageId >
10- <Version >4.0.2 </Version >
10+ <Version >4.0.3 </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 >
Original file line number Diff line number Diff line change 99 <Authors >Godot Engine contributors</Authors >
1010
1111 <PackageId >Godot.SourceGenerators</PackageId >
12- <Version >4.0.2 </Version >
12+ <Version >4.0.3 </Version >
1313 <PackageVersion >$(PackageVersion_Godot_SourceGenerators)</PackageVersion >
1414 <RepositoryUrl >https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators</RepositoryUrl >
1515 <PackageProjectUrl >$(RepositoryUrl)</PackageProjectUrl >
Original file line number Diff line number Diff line change 2020 <Authors >Godot Engine contributors</Authors >
2121
2222 <PackageId >GodotSharp</PackageId >
23- <Version >4.0.2 </Version >
23+ <Version >4.0.3 </Version >
2424 <PackageVersion >$(PackageVersion_GodotSharp)</PackageVersion >
2525 <RepositoryUrl >https://github.com/godotengine/godot/tree/master/modules/mono/glue/GodotSharp/GodotSharp</RepositoryUrl >
2626 <PackageProjectUrl >$(RepositoryUrl)</PackageProjectUrl >
Original file line number Diff line number Diff line change 1515 <Authors >Godot Engine contributors</Authors >
1616
1717 <PackageId >GodotSharpEditor</PackageId >
18- <Version >4.0.2 </Version >
18+ <Version >4.0.3 </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 >
Original file line number Diff line number Diff line change 22name = "Godot Engine"
33major = 4
44minor = 0
5- patch = 2
6- status = "stable "
5+ patch = 3
6+ status = "rc "
77module_config = ""
88year = 2023
99website = "https://godotengine.org"
You can’t perform that action at this time.
0 commit comments