Browse Source

Release 2.1.2-stable

Rémi Verschelde 8 years ago
parent
commit
c508b5b2e1
2 changed files with 3 additions and 3 deletions
  1. 2 2
      tools/dist/osx_tools.app/Contents/Info.plist
  2. 1 1
      version.py

+ 2 - 2
tools/dist/osx_tools.app/Contents/Info.plist

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

+ 1 - 1
version.py

@@ -2,5 +2,5 @@ short_name = "godot"
 name = "Godot Engine"
 major = 2
 minor = 1
-patch = 1
+patch = 2
 status = "stable"