Mercurial > prosody-hg
diff plugins/mod_posix.lua @ 8015:ecb110f45c92
Merge 0.10->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 28 Mar 2017 20:14:35 +0200 |
| parents | 980606856882 e898c8fda986 |
| children | a33a87f13155 |
line wrap: on
line diff
--- a/plugins/mod_posix.lua Mon Mar 27 18:30:11 2017 +0200 +++ b/plugins/mod_posix.lua Tue Mar 28 20:14:35 2017 +0200 @@ -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
