mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
pposix, mod_posix: Bump pposix version number
This commit is contained in:
parent
1e86adb619
commit
59c0104106
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue