Browse Source

Bump version to 3.2.4-beta

Rémi Verschelde 4 years ago
parent
commit
2d52da7b8f
2 changed files with 4 additions and 4 deletions
  1. 2 2
      misc/dist/osx_tools.app/Contents/Info.plist
  2. 2 2
      version.py

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

@@ -19,11 +19,11 @@
 	<key>CFBundlePackageType</key>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
 	<key>CFBundleShortVersionString</key>
-	<string>3.2.3</string>
+	<string>3.2.4</string>
 	<key>CFBundleSignature</key>
 	<key>CFBundleSignature</key>
 	<string>godot</string>
 	<string>godot</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
-	<string>3.2.3</string>
+	<string>3.2.4</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 - 2
version.py

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