plugins/mod_posix.lua
changeset 3481 72d3c8029178
parent 3471 482275e38224
child 3537 7bbb19804d82
--- a/plugins/mod_posix.lua	Tue Aug 31 00:38:44 2010 +0100
+++ b/plugins/mod_posix.lua	Tue Aug 31 15:14:39 2010 +0100
@@ -7,7 +7,7 @@
 --
 
 
-local want_pposix_version = "0.3.4";
+local want_pposix_version = "0.3.5";
 
 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