From bb03da2b60e9e8c52f21520f37fbcf0f1c731e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 8 Dec 2023 12:35:05 +0100 Subject: [PATCH] Bump version to 3.5.4-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 07d98e51c40a..66652f92dfc8 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.5.3 + 3.5.4 CFBundleSignature godot CFBundleVersion - 3.5.3 + 3.5.4 NSMicrophoneUsageDescription Microphone access is required to capture audio. NSCameraUsageDescription diff --git a/misc/dist/windows/godot.iss b/misc/dist/windows/godot.iss index 7e58b6c1e441..501360998e80 100644 --- a/misc/dist/windows/godot.iss +++ b/misc/dist/windows/godot.iss @@ -1,5 +1,5 @@ #define MyAppName "Godot Engine" -#define MyAppVersion "3.5.3" +#define MyAppVersion "3.5.4" #define MyAppPublisher "Godot Engine contributors" #define MyAppURL "https://godotengine.org/" #define MyAppExeName "godot.exe" diff --git a/version.py b/version.py index c72cc447d021..d49effc3414b 100644 --- a/version.py +++ b/version.py @@ -2,8 +2,8 @@ name = "Godot Engine" major = 3 minor = 5 -patch = 3 -status = "stable" +patch = 4 +status = "rc" module_config = "" year = 2023 website = "https://godotengine.org"