From 7632b280592fe95ae10074a52e1a2b640ddf2804 Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Thu, 4 Aug 2016 00:36:36 -0400 Subject: [PATCH] lua: update version reported to lua-0.4.5-snapshot --- lua/luaevent.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/luaevent.lua b/lua/luaevent.lua index fa3952a..5292e7d 100644 --- a/lua/luaevent.lua +++ b/lua/luaevent.lua @@ -1,6 +1,6 @@ --[[ LuaEvent - Copyright (C) 2007,2012,2013 Thomas Harning + Copyright (C) 2007,2012,2013,2016 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.4" +_M._VERSION = "0.4.5-snapshot" local EV_READ = core.EV_READ local EV_WRITE = core.EV_WRITE -- 2.11.4.GIT