Changeset

5469:fcdcc37ffec1

Merge 0.9->trunk
author Matthew Wild <mwild1@gmail.com>
date Fri, 12 Apr 2013 00:45:46 +0100
parents 5467:9b7c919bf238 (diff) 5468:2660407c3b73 (current diff)
children 5473:3db05041c278
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/prosodyctl	Fri Apr 12 00:44:49 2013 +0100
+++ b/prosodyctl	Fri Apr 12 00:45:46 2013 +0100
@@ -135,7 +135,7 @@
 -- Switch away from root and into the prosody user --
 local switched_user, current_uid;
 
-local want_pposix_version = "0.3.5";
+local want_pposix_version = "0.3.6";
 local ok, pposix = pcall(require, "util.pposix");
 
 if ok and pposix then