From 860f097cc6032fad840f5fb0495b39b06293802c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 13 Mar 2019 18:43:13 +0100 Subject: [PATCH] Bump version to 3.2-dev No rest for the wicked. --- misc/dist/linux/godot.6 | 2 +- misc/dist/osx_tools.app/Contents/Info.plist | 4 ++-- version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/dist/linux/godot.6 b/misc/dist/linux/godot.6 index 078f8bcf91f..4860c7b5a89 100644 --- a/misc/dist/linux/godot.6 +++ b/misc/dist/linux/godot.6 @@ -1,4 +1,4 @@ -.TH GODOT "6" "January 2019" "godot 3.1" "Games" +.TH GODOT "6" "March 2019" "godot 3.2" "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 2d6fa4d059d..1a116527bb2 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.1 + 3.2 CFBundleSignature godot CFBundleVersion - 3.1 + 3.2 NSHumanReadableCopyright © 2007-2019 Juan Linietsky, Ariel Manzur & Godot Engine contributors LSMinimumSystemVersion diff --git a/version.py b/version.py index 09da33430ab..3d7def727da 100644 --- a/version.py +++ b/version.py @@ -1,7 +1,7 @@ short_name = "godot" name = "Godot Engine" major = 3 -minor = 1 -status = "stable" +minor = 2 +status = "dev" module_config = "" year = 2019