From c508b5b2e14c43a6e7a629f0d655a0e5ddcd6cd7 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Sat, 21 Jan 2017 14:43:37 +0100 Subject: Release 2.1.2-stable --- tools/dist/osx_tools.app/Contents/Info.plist | 4 ++-- version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/dist/osx_tools.app/Contents/Info.plist b/tools/dist/osx_tools.app/Contents/Info.plist index e3aa0f492..ff9cad476 100755 --- a/tools/dist/osx_tools.app/Contents/Info.plist +++ b/tools/dist/osx_tools.app/Contents/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.1.1 + 2.1.2 CFBundleSignature godot CFBundleVersion - 2.1.1 + 2.1.2 NSHumanReadableCopyright © 2007-2017 Juan Linietsky, Ariel Manzur LSMinimumSystemVersion diff --git a/version.py b/version.py index 6a3b750c6..9738025e0 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ short_name = "godot" name = "Godot Engine" major = 2 minor = 1 -patch = 1 +patch = 2 status = "stable" -- cgit v1.2.3-70-g09d2