From 3d9e26bfce02ddeb7c7e1dd2e9c88a16f4ab046f Mon Sep 17 00:00:00 2001
From: RegalMedia
Date: Mon, 7 Mar 2016 20:17:01 -0600
Subject: Update version in Info.plist
Getting info on Godot.app still shows version 1.0.0. Would be nice to have this reflect the real version number via the build system.---
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 cb2db1780..e2a648978 100755
--- a/tools/Godot.app/Contents/Info.plist
+++ b/tools/Godot.app/Contents/Info.plist
@@ -19,11 +19,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0.0
+ 2.0.1
CFBundleSignature
godot
CFBundleVersion
- 1.0.0
+ 2.0.1
NSHumanReadableCopyright
© 2007-2016 Juan Linietsky, Ariel Manzur
LSMinimumSystemVersion
--
cgit v1.3.1