diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-04-08 16:57:59 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-04-08 16:57:59 +0100 |
commit | 2f0f5d1c7f227a03551be207f231ad8d405b3366 (patch) | |
tree | 32ab8efa81f8ad21d9bbe855e107e1c960f1d93d /plugins | |
parent | 34582960a73440e2a2cc8a5b77fd86ddc750c950 (diff) | |
download | prosody-2f0f5d1c7f227a03551be207f231ad8d405b3366.tar.gz prosody-2f0f5d1c7f227a03551be207f231ad8d405b3366.zip |
mod_posix, util.pposix: Bump version for API change
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 96a05d73..f1957d1d 100644 --- a/plugins/mod_posix.lua +++ b/plugins/mod_posix.lua @@ -7,7 +7,7 @@ -- -local want_pposix_version = "0.3.5"; +local want_pposix_version = "0.3.6"; 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 |