diff --git a/misc/dist/macos_tools.app/Contents/Info.plist b/misc/dist/macos_tools.app/Contents/Info.plist
index 90918cd054c..7c6506575ea 100644
--- a/misc/dist/macos_tools.app/Contents/Info.plist
+++ b/misc/dist/macos_tools.app/Contents/Info.plist
@@ -19,11 +19,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 4.5.1
+ 4.5.2
CFBundleSignature
GODO
CFBundleVersion
- 4.5.1
+ 4.5.2
NSMicrophoneUsageDescription
Microphone access is required to capture audio.
NSCameraUsageDescription
diff --git a/misc/dist/windows/godot.iss b/misc/dist/windows/godot.iss
index 011568f3645..2c9f399dbff 100644
--- a/misc/dist/windows/godot.iss
+++ b/misc/dist/windows/godot.iss
@@ -1,5 +1,5 @@
#define MyAppName "Godot Engine"
-#define MyAppVersion "4.5.1"
+#define MyAppVersion "4.5.2"
#define MyAppPublisher "Godot Engine contributors"
#define MyAppURL "https://godotengine.org/"
#define MyAppExeName "godot.exe"
diff --git a/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj b/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj
index a6044c7a463..caedeb157c8 100644
--- a/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj
+++ b/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj
@@ -7,7 +7,7 @@
Godot Engine contributors
Godot.NET.Sdk
- 4.5.1
+ 4.5.2
$(PackageVersion_Godot_NET_Sdk)
https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk
$(RepositoryUrl)
diff --git a/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj b/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj
index 5e92983f472..14d7e553615 100644
--- a/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj
+++ b/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj
@@ -10,7 +10,7 @@
Godot Engine contributors
Godot.SourceGenerators
- 4.5.1
+ 4.5.2
$(PackageVersion_Godot_SourceGenerators)
https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators
$(RepositoryUrl)
diff --git a/modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj b/modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj
index 27ea18e2f0c..1755c830166 100644
--- a/modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj
+++ b/modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj
@@ -19,7 +19,7 @@
Godot Engine contributors
GodotSharp
- 4.5.1
+ 4.5.2
$(PackageVersion_GodotSharp)
https://github.com/godotengine/godot/tree/master/modules/mono/glue/GodotSharp/GodotSharp
$(RepositoryUrl)
diff --git a/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj b/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj
index 19595e16f7b..a3af942e06f 100644
--- a/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj
+++ b/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj
@@ -15,7 +15,7 @@
Godot Engine contributors
GodotSharpEditor
- 4.5.1
+ 4.5.2
$(PackageVersion_GodotSharp)
https://github.com/godotengine/godot/tree/master/modules/mono/glue/GodotSharp/GodotSharpEditor
$(RepositoryUrl)
diff --git a/version.py b/version.py
index ab08714c4f2..309e2f17f53 100644
--- a/version.py
+++ b/version.py
@@ -2,8 +2,8 @@ short_name = "godot"
name = "Godot Engine"
major = 4
minor = 5
-patch = 1
-status = "stable"
+patch = 2
+status = "rc"
module_config = ""
website = "https://godotengine.org"
docs = "4.5"