Changeset

5470:a62c1d4ec4ab

prosodyctl: Bump util.pposix version for API change
author Kim Alvefur <zash@zash.se>
date Tue, 09 Apr 2013 15:50:46 +0200
parents 5468:2660407c3b73
children 5471:34bfd26525f5
files prosodyctl
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	Tue Apr 09 15:50:46 2013 +0200
@@ -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