# HG changeset patch # User Matthew Wild # Date 1248317226 -3600 # Node ID 95698f021c5dfb25365c6ec3700d4ad4d335e573 # Parent 5bd8b3bdbfbcd7b962f018b2e7a7ba94cc966ce9 pposix, mod_posix: Bump pposix version number diff -r 5bd8b3bdbfbc -r 95698f021c5d plugins/mod_posix.lua --- 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 diff -r 5bd8b3bdbfbc -r 95698f021c5d util-src/pposix.c --- 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 #include