Bump version to 4.6-dev

This commit is contained in:
Thaddeus Crews
2025-09-15 15:50:22 -05:00
parent 876b290332
commit c2141e0aa5
9 changed files with 21 additions and 17 deletions

View File

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