Bump version to 3.6.1-rc

This commit is contained in:
Rémi Verschelde 2024-09-09 17:10:53 +02:00
parent de2f0f147c
commit 4a3fb40887
No known key found for this signature in database
GPG Key ID: C3336907360768E1
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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