diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-07-23 03:47:06 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-07-23 03:47:06 +0100 |
commit | 59c01041069ba69838a735694f7e05e85d9d14a5 (patch) | |
tree | dc76c8de7a30ec29bbe847648db071d13737569a /plugins | |
parent | 1e86adb61962b913395c373d60982c0061a7b4e7 (diff) | |
download | prosody-59c01041069ba69838a735694f7e05e85d9d14a5.tar.gz prosody-59c01041069ba69838a735694f7e05e85d9d14a5.zip |
pposix, mod_posix: Bump pposix version number
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_posix.lua | 2 |
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 |