From bcbe7a8a6f442153dddc48f879027e49c8ecf5db Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam Date: Sat, 24 Feb 2018 20:08:32 +0100 Subject: [PATCH] Bump to version 3.0.2-devel The start of the next patch release. Wooooooooooo --- 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 d3f18d75d32..0345a086b58 100644 --- a/misc/dist/linux/godot.6 +++ b/misc/dist/linux/godot.6 @@ -1,4 +1,4 @@ -.TH GODOT "6" "February 2018" "godot 3.0.1" "Games" +.TH GODOT "6" "February 2018" "godot 3.0.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 b6e7f4a8eff..d12e4f34601 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.1 + 3.0.2 CFBundleSignature godot CFBundleVersion - 3.0.1 + 3.0.2 NSHumanReadableCopyright © 2007-2018 Juan Linietsky, Ariel Manzur. LSMinimumSystemVersion diff --git a/version.py b/version.py index f4162cec6c9..2238c0ed358 100644 --- a/version.py +++ b/version.py @@ -2,6 +2,6 @@ short_name = "godot" name = "Godot Engine" major = 3 minor = 0 -patch = 1 -status = "stable" +patch = 2 +status = "devel" module_config = ""