Rename 0.6 to 0.6alpha.

For the LuaRocks versioning algorithm,
0.6a > 0.6, but 0.6alpha < 0.6. It recognizes
"alpha" < "beta" < "rc", but other letter suffixes are
recognized as greater than numbers (e.g. 1.0k > 1.0g > 1.0).
This commit is contained in:
Hisham Muhammad 2015-08-25 13:25:40 -03:00
parent f17bee5371
commit 4dd953e6f1

View File

@ -1,8 +1,8 @@
package = "LuaSec"
version = "0.6a-1"
version = "0.6alpha-1"
source = {
url = "git://github.com/brunoos/luasec.git",
tag = "luasec-0.6a"
tag = "luasec-0.6alpha"
}
description = {
summary = "A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket.",