Use LÖVE 0.10.0 by default

This commit is contained in:
Antonin Décimo
2015-12-22 23:33:36 +01:00
parent 6d1e325491
commit d99fc51c06

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# LÖVE version # LÖVE version
readonly LOVE_DEF_VERSION=0.9.2 readonly LOVE_DEF_VERSION=0.10.0
readonly INSTALLED=false readonly INSTALLED=false
readonly EMBEDDED=false readonly EMBEDDED=false
@@ -466,4 +466,3 @@ main () {
main "$@" main "$@"