Bump version to 3.5.2-rc

This commit is contained in:
Rémi Verschelde
2022-09-28 13:12:34 +02:00
parent 6fed1ffa31
commit 0fd48f02f5
4 changed files with 6 additions and 5 deletions

View File

@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.5.1</string>
<string>3.5.2</string>
<key>CFBundleSignature</key>
<string>godot</string>
<key>CFBundleVersion</key>
<string>3.5.1</string>
<string>3.5.2</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.1"
#define MyAppVersion "3.5.2"
#define MyAppPublisher "Godot Engine contributors"
#define MyAppURL "https://godotengine.org/"
#define MyAppExeName "godot.exe"