plugins/mod_posix.lua

changeset 1579
95698f021c5d
parent 1522
569d58d21612
child 1680
f3d241915429
child 1691
e9b589dae393
--- 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

mercurial