From 4a505d59bcfd36a2d82613c5c35f786d8ae1476e Mon Sep 17 00:00:00 2001 From: Andreas streichardt Date: Fri, 23 Mar 2012 10:09:34 +0100 Subject: [PATCH] Bump version --- php_lua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_lua.h b/php_lua.h index baaece5..115d18f 100644 --- a/php_lua.h +++ b/php_lua.h @@ -24,7 +24,7 @@ extern zend_module_entry lua_module_entry; #define phpext_lua_ptr &lua_module_entry -#define PHP_LUA_VERSION "0.2.3" +#define PHP_LUA_VERSION "0.2.4-dev" #ifdef PHP_WIN32 #define PHP_LUA_API __declspec(dllexport) -- 2.11.4.GIT