diff --git a/LICENSE b/LICENSE index 4aa4b52..a4c529c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Serpent source is released under the MIT License -Copyright (c) 2012-2017 Paul Kulchenko (paul@kulchenko.com) +Copyright (c) 2012-2018 Paul Kulchenko (paul@kulchenko.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/serpent.lua b/src/serpent.lua index 5ffac5e..a043713 100644 --- a/src/serpent.lua +++ b/src/serpent.lua @@ -1,4 +1,4 @@ -local n, v = "serpent", "0.301" -- (C) 2012-17 Paul Kulchenko; MIT License +local n, v = "serpent", "0.302" -- (C) 2012-18 Paul Kulchenko; MIT License local c, d = "Paul Kulchenko", "Lua serializer and pretty printer" local snum = {[tostring(1/0)]='1/0 --[[math.huge]]',[tostring(-1/0)]='-1/0 --[[-math.huge]]',[tostring(0/0)]='0/0'} local badtype = {thread = true, userdata = true, cdata = true}