Browse Source

Bump version to 3.3.5-rc

Rémi Verschelde 3 years ago
parent
commit
820b1ae4b3
3 changed files with 5 additions and 5 deletions
  1. 2 2
      misc/dist/osx_tools.app/Contents/Info.plist
  2. 1 1
      misc/dist/windows/godot.iss
  3. 2 2
      version.py

+ 2 - 2
misc/dist/osx_tools.app/Contents/Info.plist

@@ -19,11 +19,11 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.3.4</string>
+	<string>3.3.5</string>
 	<key>CFBundleSignature</key>
 	<string>godot</string>
 	<key>CFBundleVersion</key>
-	<string>3.3.4</string>
+	<string>3.3.5</string>
 	<key>NSMicrophoneUsageDescription</key>
 	<string>Microphone access is required to capture audio.</string>
 	<key>NSCameraUsageDescription</key>

+ 1 - 1
misc/dist/windows/godot.iss

@@ -1,5 +1,5 @@
 #define MyAppName "Godot Engine"
-#define MyAppVersion "3.3.4"
+#define MyAppVersion "3.3.5"
 #define MyAppPublisher "Godot Engine contributors"
 #define MyAppURL "https://godotengine.org/"
 #define MyAppExeName "godot.exe"

+ 2 - 2
version.py

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