diff options
| author | Rémi Verschelde | 2017-06-17 14:05:00 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-06-17 14:05:00 +0200 |
| commit | eeb1d94dc91e8ee13106bf05243565657554b82c (patch) | |
| tree | aa7f0ed1f416c0f5e6dc14ad88608d3a6b6017b1 | |
| parent | 945f40303abbefaacedff67415ceea02a793f7ca (diff) | |
| download | godot-eeb1d94dc91e8ee13106bf05243565657554b82c.tar.gz godot-eeb1d94dc91e8ee13106bf05243565657554b82c.tar.zst godot-eeb1d94dc91e8ee13106bf05243565657554b82c.zip | |
| -rwxr-xr-x | misc/dist/osx_tools.app/Contents/Info.plist | 4 | ||||
| -rw-r--r-- | version.py | 4 |
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" |
