Change version number to 0.7

This commit is contained in:
Bruno Silvestre
2018-06-27 10:36:26 -03:00
parent fbbaa866c3
commit de63f21f63
17 changed files with 54 additions and 47 deletions

View File

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