diff -r 5bd8b3bdbfbc -r 95698f021c5d plugins/mod_posix.lua --- a/plugins/mod_posix.lua Thu Jul 23 03:40:01 2009 +0100 +++ b/plugins/mod_posix.lua Thu Jul 23 03:47:06 2009 +0100 @@ -7,7 +7,7 @@ -- -local want_pposix_version = "0.3.0"; +local want_pposix_version = "0.3.1"; local pposix = assert(require "util.pposix"); if pposix._VERSION ~= want_pposix_version then module:log("warn", "Unknown version (%s) of binary pposix module, expected %s", tostring(pposix._VERSION), want_pposix_version); end