Update version number

This commit is contained in:
Bruno Silvestre
2021-01-30 10:29:53 -03:00
parent ae774258c5
commit 4894c2f6a4
18 changed files with 46 additions and 38 deletions

View File

@ -1,6 +1,6 @@
----------------------------------------------------------------------------
-- LuaSec 0.9
-- Copyright (C) 2009-2019 PUC-Rio
-- LuaSec 1.0
-- Copyright (C) 2009-2021 PUC-Rio
--
-- Author: Pablo Musa
-- Author: Tomas Guisasola
@ -18,8 +18,8 @@ local try = socket.try
-- Module
--
local _M = {
_VERSION = "0.9",
_COPYRIGHT = "LuaSec 0.9 - Copyright (C) 2009-2019 PUC-Rio",
_VERSION = "1.0",
_COPYRIGHT = "LuaSec 1.0 - Copyright (C) 2009-2021 PUC-Rio",
PORT = 443,
TIMEOUT = 60
}