Skip to content

Commit bb03da2

Browse files
committed
Bump version to 3.5.4-rc
1 parent 6c81413 commit bb03da2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

misc/dist/osx_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>3.5.3</string>
22+
<string>3.5.4</string>
2323
<key>CFBundleSignature</key>
2424
<string>godot</string>
2525
<key>CFBundleVersion</key>
26-
<string>3.5.3</string>
26+
<string>3.5.4</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 "3.5.3"
2+
#define MyAppVersion "3.5.4"
33
#define MyAppPublisher "Godot Engine contributors"
44
#define MyAppURL "https://godotengine.org/"
55
#define MyAppExeName "godot.exe"

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 = 3
44
minor = 5
5-
patch = 3
6-
status = "stable"
5+
patch = 4
6+
status = "rc"
77
module_config = ""
88
year = 2023
99
website = "https://godotengine.org"

0 commit comments

Comments
 (0)