Bump version to 4.5-dev

Mr. Godot told me to tell you he won't come this evening but surely tomorrow.
This commit is contained in:
Rémi Verschelde
2025-03-03 17:27:40 +01:00
parent 4c311cbee6
commit 1c35a31b9e
10 changed files with 23 additions and 18 deletions

View File

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