aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde2017-06-17 14:05:00 +0200
committerRémi Verschelde2017-06-17 14:05:00 +0200
commiteeb1d94dc91e8ee13106bf05243565657554b82c (patch)
treeaa7f0ed1f416c0f5e6dc14ad88608d3a6b6017b1
parent945f40303abbefaacedff67415ceea02a793f7ca (diff)
downloadgodot-eeb1d94dc91e8ee13106bf05243565657554b82c.tar.gz
godot-eeb1d94dc91e8ee13106bf05243565657554b82c.tar.zst
godot-eeb1d94dc91e8ee13106bf05243565657554b82c.zip
-rwxr-xr-xmisc/dist/osx_tools.app/Contents/Info.plist4
-rw-r--r--version.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist
index f63a87983..e3660f2f9 100755
--- a/misc/dist/osx_tools.app/Contents/Info.plist
+++ b/misc/dist/osx_tools.app/Contents/Info.plist
@@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>2.1.3</string>
+ <string>2.1.4</string>
<key>CFBundleSignature</key>
<string>godot</string>
<key>CFBundleVersion</key>
- <string>2.1.3</string>
+ <string>2.1.4</string>
<key>NSHumanReadableCopyright</key>
<string>© 2007-2017 Juan Linietsky, Ariel Manzur</string>
<key>LSMinimumSystemVersion</key>
diff --git a/version.py b/version.py
index ee6c30454..ad3fab6e9 100644
--- a/version.py
+++ b/version.py
@@ -2,5 +2,5 @@ short_name = "godot"
name = "Godot Engine"
major = 2
minor = 1
-patch = 3
-status = "stable"
+patch = 4
+status = "beta"