diff options
| author | Rémi Verschelde | 2017-04-10 23:44:55 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-04-10 23:44:55 +0200 |
| commit | 8df5b7151f9682e851b6c1c9ff1e13a32190b532 (patch) | |
| tree | 6709ab7227d3488a4b6d59761d3d772dac465096 | |
| parent | 3b687c5474113b64f186388883ca85cdfe6523d4 (diff) | |
| download | godot-8df5b7151f9682e851b6c1c9ff1e13a32190b532.tar.gz godot-8df5b7151f9682e851b6c1c9ff1e13a32190b532.tar.zst godot-8df5b7151f9682e851b6c1c9ff1e13a32190b532.zip | |
| -rwxr-xr-x | misc/dist/osx_tools.app/Contents/Info.plist | 4 | ||||
| -rw-r--r-- | version.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist index ff9cad476..f63a87983 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.2</string> + <string>2.1.3</string> <key>CFBundleSignature</key> <string>godot</string> <key>CFBundleVersion</key> - <string>2.1.2</string> + <string>2.1.3</string> <key>NSHumanReadableCopyright</key> <string>© 2007-2017 Juan Linietsky, Ariel Manzur</string> <key>LSMinimumSystemVersion</key> diff --git a/version.py b/version.py index 9738025e0..ee6c30454 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ short_name = "godot" name = "Godot Engine" major = 2 minor = 1 -patch = 2 +patch = 3 status = "stable" |
