diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-11-29 23:00:08 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-11-29 23:00:27 +0100 |
commit | d76c1d0e516fedc535a2e394ab780cac79203477 (patch) | |
tree | c0d82b8419c7376a1db2a9f35b32a404b044407b /misc/dist | |
parent | 46dc277917a93cbf601bbcf0d27d00f6feeec0d5 (diff) | |
download | redot-engine-d76c1d0e516fedc535a2e394ab780cac79203477.tar.gz |
Bump version to 4.3-dev
The essential doesn't change.
-- Samuel Beckett, Waiting for Godot
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 6151593f72..90888719f8 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.2</string> + <string>4.3</string> <key>CFBundleSignature</key> <string>godot</string> <key>CFBundleVersion</key> - <string>4.2</string> + <string>4.3</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 ba8be69a92..6ce51e4bab 100644 --- a/misc/dist/windows/godot.iss +++ b/misc/dist/windows/godot.iss @@ -1,5 +1,5 @@ #define MyAppName "Godot Engine" -#define MyAppVersion "4.2" +#define MyAppVersion "4.3" #define MyAppPublisher "Godot Engine contributors" #define MyAppURL "https://godotengine.org/" #define MyAppExeName "godot.exe" |