From cfeffba72dad03bb7666db712af2ae9dc9bd8ebd Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Sat, 5 Jan 2019 14:07:42 -0500 Subject: [PATCH] lua: update version reported to lua-0.4.6 --- lua/luaevent.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/luaevent.lua b/lua/luaevent.lua index ca05df2..f627c8d 100644 --- a/lua/luaevent.lua +++ b/lua/luaevent.lua @@ -1,6 +1,6 @@ --[[ LuaEvent - Copyright (C) 2007,2012,2013,2016,2018 Thomas Harning + Copyright (C) 2007,2012,2013,2016,2018,2019 Thomas Harning Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,7 @@ local core = require("luaevent.core") _M.core = core _M._NAME = "luaevent" -_M._VERSION = "0.4.5" +_M._VERSION = "0.4.6" local EV_READ = core.EV_READ local EV_WRITE = core.EV_WRITE -- 2.11.4.GIT