diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-03-01 01:44:37 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-03-01 01:44:37 +0100 |
commit | 1c1524a651e6d670d0d591b050d8c4bbb721d6e9 (patch) | |
tree | 866446ce09585350cc7115b8e650ffa14bc11abd /misc/dist | |
parent | 92bee43adba8d2401ef40e2480e53087bcb1eaf1 (diff) | |
download | redot-engine-1c1524a651e6d670d0d591b050d8c4bbb721d6e9.tar.gz |
Bump version to 4.1-dev
Can't stop, won't stop, they said, huh?
Diffstat (limited to 'misc/dist')
-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..bff5743e15 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.1</string> <key>CFBundleSignature</key> <string>godot</string> <key>CFBundleVersion</key> - <string>4.0</string> + <string>4.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..819327000c 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.1" #define MyAppPublisher "Godot Engine contributors" #define MyAppURL "https://godotengine.org/" #define MyAppExeName "godot.exe" |