File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
<key >CFBundlePackageType </key >
20
20
<string >APPL </string >
21
21
<key >CFBundleShortVersionString </key >
22
- <string >3.5.3 </string >
22
+ <string >3.5.4 </string >
23
23
<key >CFBundleSignature </key >
24
24
<string >godot </string >
25
25
<key >CFBundleVersion </key >
26
- <string >3.5.3 </string >
26
+ <string >3.5.4 </string >
27
27
<key >NSMicrophoneUsageDescription </key >
28
28
<string >Microphone access is required to capture audio. </string >
29
29
<key >NSCameraUsageDescription </key >
Original file line number Diff line number Diff line change 1
1
#define MyAppName " Godot Engine"
2
- #define MyAppVersion " 3.5.3 "
2
+ #define MyAppVersion " 3.5.4 "
3
3
#define MyAppPublisher " Godot Engine contributors"
4
4
#define MyAppURL " https://godotengine.org/"
5
5
#define MyAppExeName " godot.exe"
Original file line number Diff line number Diff line change 2
2
name = "Godot Engine"
3
3
major = 3
4
4
minor = 5
5
- patch = 3
6
- status = "stable "
5
+ patch = 4
6
+ status = "rc "
7
7
module_config = ""
8
8
year = 2023
9
9
website = "https://godotengine.org"
You can’t perform that action at this time.
0 commit comments