From 4d3888c5eb7199daeb38972bb464aff8d8a6e94d Mon Sep 17 00:00:00 2001 From: Andreas Streichardt Date: Wed, 30 Mar 2011 15:12:55 +0200 Subject: [PATCH] New release --- php_lua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_lua.h b/php_lua.h index 07394e0..34e83e1 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.2-dev" +#define PHP_LUA_VERSION "0.2.2" #ifdef PHP_WIN32 #define PHP_LUA_API __declspec(dllexport) -- 2.11.4.GIT