pposix, mod_posix: Bump pposix version number

This commit is contained in:
Matthew Wild 2009-07-23 03:47:06 +01:00
parent 1e86adb619
commit 59c0104106
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>