mod_posix, util.pposix: Bump version for API change
authorMatthew Wild <mwild1@gmail.com>
Mon, 8 Apr 2013 15:57:59 +0000 (16:57 +0100)
committerMatthew Wild <mwild1@gmail.com>
Mon, 8 Apr 2013 15:57:59 +0000 (16:57 +0100)
plugins/mod_posix.lua
util-src/pposix.c

index 96a05d73232acb50d473d755eff5f871aef4b9f3..f1957d1da0309ff82b7623a3c363d3edbdcace5a 100644 (file)
@@ -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
index c8c25ba942c60e972c237b2f2694b08f7e1cfb62..f5cc827032976c74c3ac624620b46aebb85c658a 100644 (file)
@@ -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>