From e802da4e81e8262e968e09da4b9690f6c9a19a56 Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam-Stewart Date: Sat, 27 Apr 2019 21:36:40 +0200 Subject: [PATCH] Bump to 3.1.2-devel And onwards my friends! --- misc/dist/osx_tools.app/Contents/Info.plist | 4 ++-- version.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist index 842ceac6ae2..1b4fc7c262b 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.1 + 3.1.2 CFBundleSignature godot CFBundleVersion - 3.1.1 + 3.1.2 NSRequiresAquaSystemAppearance NSHumanReadableCopyright diff --git a/version.py b/version.py index 65e013007f2..ae094ede520 100644 --- a/version.py +++ b/version.py @@ -2,7 +2,7 @@ short_name = "godot" name = "Godot Engine" major = 3 minor = 1 -patch = 1 -status = "stable" +patch = 2 +status = "devel" module_config = "" year = 2019