Bump version to 3.3.2-rc

This commit is contained in:
Rémi Verschelde 2021-05-19 14:56:05 +02:00
parent 4da4277dc9
commit 0f3f706ca6
No known key found for this signature in database
GPG key ID: C3336907360768E1
3 changed files with 5 additions and 5 deletions

View file

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

View file

@ -2,8 +2,8 @@ short_name = "godot"
name = "Godot Engine"
major = 3
minor = 3
patch = 1
status = "stable"
patch = 2
status = "rc"
module_config = ""
year = 2021
website = "https://godotengine.org"