aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/pposix.c
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2013-04-08 16:57:59 +0100
committerMatthew Wild <mwild1@gmail.com>2013-04-08 16:57:59 +0100
commit2f0f5d1c7f227a03551be207f231ad8d405b3366 (patch)
tree32ab8efa81f8ad21d9bbe855e107e1c960f1d93d /util-src/pposix.c
parent34582960a73440e2a2cc8a5b77fd86ddc750c950 (diff)
downloadprosody-2f0f5d1c7f227a03551be207f231ad8d405b3366.tar.gz
prosody-2f0f5d1c7f227a03551be207f231ad8d405b3366.zip
mod_posix, util.pposix: Bump version for API change
Diffstat (limited to 'util-src/pposix.c')
-rw-r--r--util-src/pposix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/pposix.c b/util-src/pposix.c
index c8c25ba9..f5cc8270 100644
--- a/util-src/pposix.c
+++ b/util-src/pposix.c
@@ -13,7 +13,7 @@
* POSIX support functions for Lua
*/
-#define MODULE_VERSION "0.3.5"
+#define MODULE_VERSION "0.3.6"
#include <stdlib.h>
#include <math.h>