From 131a229531f81e5077bc019318fe8905091631dd Mon Sep 17 00:00:00 2001 From: mop Date: Mon, 2 Feb 2009 12:34:41 +0100 Subject: [PATCH] version 0.1.1 --- php_lua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_lua.h b/php_lua.h index 02cb3f0..81102c1 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.1.1-dev" +#define PHP_LUA_VERSION "0.1.1" #ifdef PHP_WIN32 #define PHP_LUA_API __declspec(dllexport) -- 2.11.4.GIT