Sfoglia il codice sorgente

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.
RegalMedia 9 anni fa
parent
commit
3d9e26bfce
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      tools/Godot.app/Contents/Info.plist

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

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