Bump to version 3.0.2-devel
This commit is contained in:
parent
8ea709a7a9
commit
e499b9b4b6
|
@ -1,4 +1,4 @@
|
|||
.TH GODOT "6" "February 2018" "godot 3.0.1" "Games"
|
||||
.TH GODOT "6" "February 2018" "godot 3.0.2" "Games"
|
||||
.SH NAME
|
||||
godot \- multi\-platform 2D and 3D game engine with a feature\-rich editor
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.1</string>
|
||||
<string>3.0.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>godot</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.0.1</string>
|
||||
<string>3.0.2</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>© 2007-2018 Juan Linietsky, Ariel Manzur.</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
|
|
@ -2,6 +2,6 @@ short_name = "godot"
|
|||
name = "Godot Engine"
|
||||
major = 3
|
||||
minor = 0
|
||||
patch = 1
|
||||
status = "stable"
|
||||
patch = 2
|
||||
status = "devel"
|
||||
module_config = ""
|
||||
|
|
Loading…
Reference in New Issue