Skip to content

Commit 4762303

Browse files
committed
Bump version to 4.0.3-rc
1 parent 7a0977c commit 4762303

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The 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

99
See the [release announcement](https://godotengine.org/article/maintenance-release-godot-4-0-2) for details.
1010

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.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>

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.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"

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.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>

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
@@ -9,7 +9,7 @@
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>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>

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.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>

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "Godot Engine"
33
major = 4
44
minor = 0
5-
patch = 2
6-
status = "stable"
5+
patch = 3
6+
status = "rc"
77
module_config = ""
88
year = 2023
99
website = "https://godotengine.org"

0 commit comments

Comments
 (0)