1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Bump version to 3.5.3-rc

This commit is contained in:
Rémi Verschelde
2023-03-07 09:32:31 +01:00
parent 170ba337a5
commit 338114d471
3 changed files with 5 additions and 5 deletions

View File

@@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.5.2</string>
<string>3.5.3</string>
<key>CFBundleSignature</key>
<string>godot</string>
<key>CFBundleVersion</key>
<string>3.5.2</string>
<string>3.5.3</string>
<key>NSMicrophoneUsageDescription</key>
<string>Microphone access is required to capture audio.</string>
<key>NSCameraUsageDescription</key>

View File

@@ -1,5 +1,5 @@
#define MyAppName "Godot Engine"
#define MyAppVersion "3.5.2"
#define MyAppVersion "3.5.3"
#define MyAppPublisher "Godot Engine contributors"
#define MyAppURL "https://godotengine.org/"
#define MyAppExeName "godot.exe"

View File

@@ -2,8 +2,8 @@ short_name = "godot"
name = "Godot Engine"
major = 3
minor = 5
patch = 2
status = "stable"
patch = 3
status = "rc"
module_config = ""
year = 2023
website = "https://godotengine.org"