Changeset

1579:95698f021c5d

pposix, mod_posix: Bump pposix version number
author Matthew Wild <mwild1@gmail.com>
date Thu, 23 Jul 2009 03:47:06 +0100
parents 1578:5bd8b3bdbfbc
children 1580:5be6dc582df3
files plugins/mod_posix.lua util-src/pposix.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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>