diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-05-01 12:30:13 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-05-01 12:30:13 -0300 |
commit | 88d078df1e72bcf7caf82761d9a86cb920527cb7 (patch) | |
tree | ea359397a823d0ca08db16bef123cba68abea4ab /version.py | |
parent | c1eee112f4161b3e3eb6a24192c85d42fc921fb1 (diff) | |
download | redot-engine-88d078df1e72bcf7caf82761d9a86cb920527cb7.tar.gz |
bumped version to rc1
Diffstat (limited to 'version.py')
-rw-r--r-- | version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.py b/version.py index 46490c48f4..577bc73208 100644 --- a/version.py +++ b/version.py @@ -2,6 +2,6 @@ short_name="godot" name="Godot Engine" major=1 minor=1 -status="beta1" +status="rc1" |