diff --git a/misc/dist/macos_tools.app/Contents/Info.plist b/misc/dist/macos_tools.app/Contents/Info.plist
index 957a5e69dfc..90918cd054c 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
+ 4.5.1
CFBundleSignature
GODO
CFBundleVersion
- 4.5
+ 4.5.1
NSMicrophoneUsageDescription
Microphone access is required to capture audio.
NSCameraUsageDescription
diff --git a/misc/dist/windows/godot.iss b/misc/dist/windows/godot.iss
index 9bf2f0eb3a0..011568f3645 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"
+#define MyAppVersion "4.5.1"
#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 f22870f01ba..a6044c7a463 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.0
+ 4.5.1
$(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 ecf36ef1bc6..5e92983f472 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.0
+ 4.5.1
$(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 78c2981fea0..27ea18e2f0c 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.0
+ 4.5.1
$(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 f7a7f7a7ff0..19595e16f7b 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.0
+ 4.5.1
$(PackageVersion_GodotSharp)
https://github.com/godotengine/godot/tree/master/modules/mono/glue/GodotSharp/GodotSharpEditor
$(RepositoryUrl)
diff --git a/version.py b/version.py
index 981114a9a2f..44a47b3432b 100644
--- a/version.py
+++ b/version.py
@@ -2,8 +2,8 @@ short_name = "godot"
name = "Godot Engine"
major = 4
minor = 5
-patch = 0
-status = "stable"
+patch = 1
+status = "rc"
module_config = ""
website = "https://godotengine.org"
docs = "4.5"