mirror of
https://github.com/godotengine/godot.git
synced 2025-02-18 00:30:43 +00:00
Bump version to 3.4.3-rc
This commit is contained in:
parent
45eaa2daf1
commit
b4d7d87666
4
misc/dist/osx_tools.app/Contents/Info.plist
vendored
4
misc/dist/osx_tools.app/Contents/Info.plist
vendored
@ -19,11 +19,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>3.4.2</string>
|
<string>3.4.3</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>godot</string>
|
<string>godot</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3.4.2</string>
|
<string>3.4.3</string>
|
||||||
<key>NSMicrophoneUsageDescription</key>
|
<key>NSMicrophoneUsageDescription</key>
|
||||||
<string>Microphone access is required to capture audio.</string>
|
<string>Microphone access is required to capture audio.</string>
|
||||||
<key>NSCameraUsageDescription</key>
|
<key>NSCameraUsageDescription</key>
|
||||||
|
2
misc/dist/windows/godot.iss
vendored
2
misc/dist/windows/godot.iss
vendored
@ -1,5 +1,5 @@
|
|||||||
#define MyAppName "Godot Engine"
|
#define MyAppName "Godot Engine"
|
||||||
#define MyAppVersion "3.4.2"
|
#define MyAppVersion "3.4.3"
|
||||||
#define MyAppPublisher "Godot Engine contributors"
|
#define MyAppPublisher "Godot Engine contributors"
|
||||||
#define MyAppURL "https://godotengine.org/"
|
#define MyAppURL "https://godotengine.org/"
|
||||||
#define MyAppExeName "godot.exe"
|
#define MyAppExeName "godot.exe"
|
||||||
|
@ -2,8 +2,8 @@ short_name = "godot"
|
|||||||
name = "Godot Engine"
|
name = "Godot Engine"
|
||||||
major = 3
|
major = 3
|
||||||
minor = 4
|
minor = 4
|
||||||
patch = 2
|
patch = 3
|
||||||
status = "stable"
|
status = "rc"
|
||||||
module_config = ""
|
module_config = ""
|
||||||
year = 2021
|
year = 2021
|
||||||
website = "https://godotengine.org"
|
website = "https://godotengine.org"
|
||||||
|
Loading…
Reference in New Issue
Block a user