From e6200de73ade1b2b367e0b01b209cb354d3a3099 Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam Date: Tue, 6 Mar 2018 22:48:05 +0100 Subject: [PATCH] Bump version to 3.0.3-devel And onwards! --- 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 d12e4f3460..84d06e5c97 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.0.2 + 3.0.3 CFBundleSignature godot CFBundleVersion - 3.0.2 + 3.0.3 NSHumanReadableCopyright © 2007-2018 Juan Linietsky, Ariel Manzur. LSMinimumSystemVersion diff --git a/version.py b/version.py index 5d1489c2b5..74a128703f 100644 --- a/version.py +++ b/version.py @@ -2,6 +2,6 @@ short_name = "godot" name = "Godot Engine" major = 3 minor = 0 -patch = 2 -status = "stable" +patch = 3 +status = "devel" module_config = ""