aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_posix.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-08-31 15:14:39 +0100
committerMatthew Wild <mwild1@gmail.com>2010-08-31 15:14:39 +0100
commit50b20f4af49bda557b78da9f7d3cb6b1f620e7e8 (patch)
tree729448ab0d6cae1fb77a55dcdc0391dc0f57c603 /plugins/mod_posix.lua
parentc14f4168f2ae10f931f46ec9d43029bce889369f (diff)
downloadprosody-50b20f4af49bda557b78da9f7d3cb6b1f620e7e8.tar.gz
prosody-50b20f4af49bda557b78da9f7d3cb6b1f620e7e8.zip
util.pposix: Add pposix.uname(), bump version
Diffstat (limited to 'plugins/mod_posix.lua')
-rw-r--r--plugins/mod_posix.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_posix.lua b/plugins/mod_posix.lua
index 38195b13..a3c01cfb 100644
--- a/plugins/mod_posix.lua
+++ b/plugins/mod_posix.lua
@@ -7,7 +7,7 @@
--
-local want_pposix_version = "0.3.4";
+local want_pposix_version = "0.3.5";
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