diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-03-01 14:09:30 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-03-01 14:09:30 +0100 |
commit | 284a1b6a6ec6acb5cefc9506b9a54efe196f9ee5 (patch) | |
tree | 699d8137eafec41db42fc653b14d49d84823a821 /misc | |
parent | 92bee43adba8d2401ef40e2480e53087bcb1eaf1 (diff) |
Bump version to 4.0.1-rc
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dist/macos_tools.app/Contents/Info.plist | 4 | ||||
-rw-r--r-- | misc/dist/windows/godot.iss | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/dist/macos_tools.app/Contents/Info.plist b/misc/dist/macos_tools.app/Contents/Info.plist index c82fbb5baf..b48acfb62e 100644 --- a/misc/dist/macos_tools.app/Contents/Info.plist +++ b/misc/dist/macos_tools.app/Contents/Info.plist @@ -17,11 +17,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>4.0</string> + <string>4.0.1</string> <key>CFBundleSignature</key> <string>godot</string> <key>CFBundleVersion</key> - <string>4.0</string> + <string>4.0.1</string> <key>NSMicrophoneUsageDescription</key> <string>Microphone access is required to capture audio.</string> <key>NSCameraUsageDescription</key> diff --git a/misc/dist/windows/godot.iss b/misc/dist/windows/godot.iss index a58043b9d5..49380fe7be 100644 --- a/misc/dist/windows/godot.iss +++ b/misc/dist/windows/godot.iss @@ -1,5 +1,5 @@ #define MyAppName "Godot Engine" -#define MyAppVersion "4.0" +#define MyAppVersion "4.0.1" #define MyAppPublisher "Godot Engine contributors" #define MyAppURL "https://godotengine.org/" #define MyAppExeName "godot.exe" |