plugins/mod_posix.lua

changeset 2438
819ba949c7bc
parent 2433
65b794860e1b
child 2440
11e3d16a128f
--- a/plugins/mod_posix.lua	Sun Jan 10 20:21:48 2010 +0000
+++ b/plugins/mod_posix.lua	Sun Jan 10 21:48:25 2010 +0000
@@ -7,7 +7,7 @@
 --
 
 
-local want_pposix_version = "0.3.1";
+local want_pposix_version = "0.3.2";
 
 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