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 | 3434e9d0f30bfb37f7a849bb6f48566e9c0e872d (patch) | |
tree | 32ab8efa81f8ad21d9bbe855e107e1c960f1d93d /plugins | |
parent | 64d0e35dd37bd146cf920a6cbd8db899e674f532 (diff) | |
download | prosody-3434e9d0f30bfb37f7a849bb6f48566e9c0e872d.tar.gz prosody-3434e9d0f30bfb37f7a849bb6f48566e9c0e872d.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 |