Version number to 0.7alpha

This commit is contained in:
Bruno Silvestre
2017-09-26 18:22:49 -03:00
parent 8762441cd2
commit 0d01b53461
17 changed files with 57 additions and 64 deletions

View File

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