Bump version to 4.1.1-rc

This commit is contained in:
Rémi Verschelde
2023-07-05 22:09:59 +02:00
parent 970459615f
commit 529a55bab2
13 changed files with 15 additions and 15 deletions

View File

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