From 9cc700a0ab4098f208a52162cd722b51de951845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 9 Aug 2016 09:51:58 +0200 Subject: [PATCH] OSX Info.plist: no longer dev version This should really be dehardcoded somehow. --- tools/Godot.app/Contents/Info.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Godot.app/Contents/Info.plist b/tools/Godot.app/Contents/Info.plist index 37c80fc8a3..5a81276943 100755 --- a/tools/Godot.app/Contents/Info.plist +++ b/tools/Godot.app/Contents/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.1-dev + 2.1 CFBundleSignature godot CFBundleVersion - 2.1-dev + 2.1 NSHumanReadableCopyright © 2007-2016 Juan Linietsky, Ariel Manzur LSMinimumSystemVersion