Update version number

This commit is contained in:
Bruno Silvestre
2022-07-30 08:41:46 -03:00
parent 8b3b2318d2
commit 03e03140cd
18 changed files with 29 additions and 21 deletions

View File

@ -1,5 +1,5 @@
/*--------------------------------------------------------------------------
* LuaSec 1.1.0
* LuaSec 1.2.0
*
* Copyright (C) 2014-2022 Kim Alvefur, Paul Aurich, Tobias Markmann,
* Matthew Wild.
@ -861,7 +861,7 @@ static int meth_getalpn(lua_State *L)
static int meth_copyright(lua_State *L)
{
lua_pushstring(L, "LuaSec 1.1.0 - Copyright (C) 2006-2022 Bruno Silvestre, UFG"
lua_pushstring(L, "LuaSec 1.2.0 - Copyright (C) 2006-2022 Bruno Silvestre, UFG"
#if defined(WITH_LUASOCKET)
"\nLuaSocket 3.0-RC1 - Copyright (C) 2004-2013 Diego Nehab"
#endif