# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1365436679 -3600
# Node ID 941ad88db8f32706bf1c7fee0ff4759c41666003
# Parent  cc83b1a50fde0989fc3ec5c04715bd009aad6fee
mod_posix, util.pposix: Bump version for API change

diff -r cc83b1a50fde -r 941ad88db8f3 plugins/mod_posix.lua
--- a/plugins/mod_posix.lua	Mon Apr 08 16:57:05 2013 +0100
+++ b/plugins/mod_posix.lua	Mon Apr 08 16:57:59 2013 +0100
@@ -7,7 +7,7 @@
 --
 
 
-local want_pposix_version = "0.3.5";
+local want_pposix_version = "0.3.6";
 
 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
diff -r cc83b1a50fde -r 941ad88db8f3 util-src/pposix.c
--- a/util-src/pposix.c	Mon Apr 08 16:57:05 2013 +0100
+++ b/util-src/pposix.c	Mon Apr 08 16:57:59 2013 +0100
@@ -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>