Diff

util-src/pposix.c @ 5451:941ad88db8f3

mod_posix, util.pposix: Bump version for API change
author Matthew Wild <mwild1@gmail.com>
date Mon, 08 Apr 2013 16:57:59 +0100
parent 5449:35a271b4b920
child 5717:bf98912a4f5b
child 5719:84025249fc04
line wrap: on
line diff
--- a/util-src/pposix.c	Mon Apr 08 16:57:05 2013 +0100
+++ b/util-src/pposix.c	Mon Apr 08 16:57:59 2013 +0100
@@ -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>