From 9823dab9542e4c54d20c5269007dcf4bc43c263e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 29 Jan 2020 13:35:24 +0100 Subject: [PATCH] Bump version to 4.0-dev No peace for the weary. :) --- misc/dist/linux/godot.6 | 2 +- misc/dist/osx_tools.app/Contents/Info.plist | 4 ++-- version.py | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/misc/dist/linux/godot.6 b/misc/dist/linux/godot.6 index 80dcfc80b3c..00d19c5178d 100644 --- a/misc/dist/linux/godot.6 +++ b/misc/dist/linux/godot.6 @@ -1,4 +1,4 @@ -.TH GODOT "6" "January 2020" "godot 3.2" "Games" +.TH GODOT "6" "January 2020" "godot 4.0" "Games" .SH NAME godot \- multi\-platform 2D and 3D game engine with a feature\-rich editor .SH SYNOPSIS diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist index 46d2d4cb6ed..46550ba6c7f 100755 --- 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.2 + 4.0 CFBundleSignature godot CFBundleVersion - 3.2 + 4.0 NSMicrophoneUsageDescription Microphone access is required to capture audio. NSCameraUsageDescription diff --git a/version.py b/version.py index 47af88c676f..2a6a9c0a28b 100644 --- a/version.py +++ b/version.py @@ -1,9 +1,9 @@ short_name = "godot" name = "Godot Engine" -major = 3 -minor = 2 +major = 4 +minor = 0 patch = 0 -status = "stable" +status = "dev" module_config = "" year = 2020 website = "https://godotengine.org"