diff plugins/mod_posix.lua @ 1582:80d3d95aa83c

Merge with 0.5
author Matthew Wild <mwild1@gmail.com>
date Thu, 23 Jul 2009 12:04:41 +0100
parents 95698f021c5d
children f3d241915429 e9b589dae393
line wrap: on
line diff
--- a/plugins/mod_posix.lua	Thu Jul 23 01:38:52 2009 +0100
+++ b/plugins/mod_posix.lua	Thu Jul 23 12:04:41 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