Skip to content

Commit c050c09

Browse files
committed
Bump version to 4.7.2-rc
1 parent a13da4f commit c050c09

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>4.7.1</string>
22+
<string>4.7.2</string>
2323
<key>CFBundleSignature</key>
2424
<string>GODO</string>
2525
<key>CFBundleVersion</key>
26-
<string>4.7.1</string>
26+
<string>4.7.2</string>
2727
<key>NSMicrophoneUsageDescription</key>
2828
<string>Microphone access is required to capture audio.</string>
2929
<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.7.1"
2+
#define MyAppVersion "4.7.2"
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
@@ -18,7 +18,7 @@
1818
<Authors>Godot Engine contributors</Authors>
1919

2020
<PackageId>Godot.NET.Sdk</PackageId>
21-
<Version>4.7.1</Version>
21+
<Version>4.7.2</Version>
2222
<PackageVersion>$(PackageVersion_Godot_NET_Sdk)</PackageVersion>
2323
<RepositoryUrl>https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk</RepositoryUrl>
2424
<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.7.1</Version>
13+
<Version>4.7.2</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.7.1</Version>
22+
<Version>4.7.2</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.7.1</Version>
18+
<Version>4.7.2</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 = 7
5-
patch = 1
6-
status = "stable"
5+
patch = 2
6+
status = "rc"
77
module_config = ""
88
website = "https://godotengine.org"
99
docs = "4.7"

0 commit comments

Comments
 (0)