mod_posix, util.pposix: Bump version for API change

This commit is contained in:
Matthew Wild 2013-04-08 16:57:59 +01:00
parent 43e7ad6680
commit f1adfcc147
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
* POSIX support functions for Lua
*/
#define MODULE_VERSION "0.3.5"
#define MODULE_VERSION "0.3.6"
#include <stdlib.h>
#include <math.h>