From 4dd953e6f161ae5aeb7750af8028c9a72e56cb66 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 25 Aug 2015 13:25:40 -0300 Subject: [PATCH] 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). --- luasec-0.6a-1.rockspec => luasec-0.6alpha-1.rockspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename luasec-0.6a-1.rockspec => luasec-0.6alpha-1.rockspec (98%) diff --git a/luasec-0.6a-1.rockspec b/luasec-0.6alpha-1.rockspec similarity index 98% rename from luasec-0.6a-1.rockspec rename to luasec-0.6alpha-1.rockspec index 524f96c..caf9362 100644 --- a/luasec-0.6a-1.rockspec +++ b/luasec-0.6alpha-1.rockspec @@ -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.",