Bump version to 4.1.4-rc

This also fixes a reference issue in the changelog for 4.1.3.
This commit is contained in:
Yuri Sizov
2023-11-01 20:59:38 +01:00
parent fc79201851
commit 65f5865d11
8 changed files with 10 additions and 9 deletions

View File

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