aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_posix.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-07-23 03:47:06 +0100
committerMatthew Wild <mwild1@gmail.com>2009-07-23 03:47:06 +0100
commit59c01041069ba69838a735694f7e05e85d9d14a5 (patch)
treedc76c8de7a30ec29bbe847648db071d13737569a /plugins/mod_posix.lua
parent1e86adb61962b913395c373d60982c0061a7b4e7 (diff)
downloadprosody-59c01041069ba69838a735694f7e05e85d9d14a5.tar.gz
prosody-59c01041069ba69838a735694f7e05e85d9d14a5.zip
pposix, mod_posix: Bump pposix version number
Diffstat (limited to 'plugins/mod_posix.lua')
-rw-r--r--plugins/mod_posix.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_posix.lua b/plugins/mod_posix.lua
index c00482c5..0f46888d 100644
--- a/plugins/mod_posix.lua
+++ b/plugins/mod_posix.lua
@@ -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