Update version number and rock file.

This commit is contained in:
Bruno Silvestre
2016-03-03 16:11:46 -03:00
parent f09ce9fb44
commit 20443861eb
17 changed files with 44 additions and 40 deletions

View File

@ -1,6 +1,6 @@
----------------------------------------------------------------------------
-- LuaSec 0.6a
-- Copyright (C) 2009-2015 PUC-Rio
-- LuaSec 0.6
-- Copyright (C) 2009-2016 PUC-Rio
--
-- Author: Pablo Musa
-- Author: Tomas Guisasola
@ -18,8 +18,8 @@ local try = socket.try
-- Module
--
local _M = {
_VERSION = "0.6a",
_COPYRIGHT = "LuaSec 0.6a - Copyright (C) 2009-2015 PUC-Rio",
_VERSION = "0.6",
_COPYRIGHT = "LuaSec 0.6 - Copyright (C) 2009-2016 PUC-Rio",
PORT = 443,
}