Browse Source

OSX Info.plist: no longer dev version

This should really be dehardcoded somehow.
Rémi Verschelde 9 years ago
parent
commit
9cc700a0ab
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools/Godot.app/Contents/Info.plist

+ 2 - 2
tools/Godot.app/Contents/Info.plist

@@ -19,11 +19,11 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.1-dev</string>
+	<string>2.1</string>
 	<key>CFBundleSignature</key>
 	<string>godot</string>
 	<key>CFBundleVersion</key>
-	<string>2.1-dev</string>
+	<string>2.1</string>
 	<key>NSHumanReadableCopyright</key>
 	<string>© 2007-2016 Juan Linietsky, Ariel Manzur</string>
 	<key>LSMinimumSystemVersion</key>