diff options
author | Kim Alvefur <zash@zash.se> | 2017-03-28 20:14:35 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-03-28 20:14:35 +0200 |
commit | f389cff7eaeff6492874a0808bb8bf1ec9fb78fd (patch) | |
tree | 596c926edd7d0a89f2919aad8b9554b048283f75 /plugins | |
parent | e4c17b311b1f0880958aaf93ad31c00872a7c719 (diff) | |
parent | 0f578fb9f3e81bfd847785562900adc3c47740d9 (diff) | |
download | prosody-f389cff7eaeff6492874a0808bb8bf1ec9fb78fd.tar.gz prosody-f389cff7eaeff6492874a0808bb8bf1ec9fb78fd.zip |
Merge 0.10->trunk
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 46151117..e4c8ef31 100644 --- a/plugins/mod_posix.lua +++ b/plugins/mod_posix.lua @@ -7,7 +7,7 @@ -- -local want_pposix_version = "0.3.6"; +local want_pposix_version = "0.4.0"; local pposix = assert(require "util.pposix"); if pposix._VERSION ~= want_pposix_version then |