pposix, mod_posix: Bump pposix version number

Thu, 23 Jul 2009 03:47:06 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 23 Jul 2009 03:47:06 +0100
changeset 1579
95698f021c5d
parent 1578
5bd8b3bdbfbc
child 1580
5be6dc582df3

pposix, mod_posix: Bump pposix version number

plugins/mod_posix.lua file | annotate | diff | comparison | revisions
util-src/pposix.c file | annotate | diff | comparison | revisions
--- a/plugins/mod_posix.lua	Thu Jul 23 03:40:01 2009 +0100
+++ b/plugins/mod_posix.lua	Thu Jul 23 03:47:06 2009 +0100
@@ -7,7 +7,7 @@
 --
 
 
-local want_pposix_version = "0.3.0";
+local want_pposix_version = "0.3.1";
 
 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
--- a/util-src/pposix.c	Thu Jul 23 03:40:01 2009 +0100
+++ b/util-src/pposix.c	Thu Jul 23 03:47:06 2009 +0100
@@ -13,7 +13,7 @@
 * POSIX support functions for Lua
 */
 
-#define MODULE_VERSION "0.3.0"
+#define MODULE_VERSION "0.3.1"
 
 #include <stdlib.h>
 #include <unistd.h>

mercurial