From 820b1ae4b3f4e13af853d0a507c60a6ef928e8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 1 Oct 2021 21:29:05 +0200 Subject: [PATCH] Bump version to 3.3.5-rc --- misc/dist/osx_tools.app/Contents/Info.plist | 4 ++-- misc/dist/windows/godot.iss | 2 +- version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist index 38612cb687..a8400d45a6 100644 --- a/misc/dist/osx_tools.app/Contents/Info.plist +++ b/misc/dist/osx_tools.app/Contents/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.3.4 + 3.3.5 CFBundleSignature godot CFBundleVersion - 3.3.4 + 3.3.5 NSMicrophoneUsageDescription Microphone access is required to capture audio. NSCameraUsageDescription diff --git a/misc/dist/windows/godot.iss b/misc/dist/windows/godot.iss index 090b6116d5..e94032f35d 100644 --- a/misc/dist/windows/godot.iss +++ b/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" diff --git a/version.py b/version.py index 6547f7985b..87757ca9f0 100644 --- a/version.py +++ b/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"