From ae451040b06ebb885b75118a7bf26a33ca6146c9 Mon Sep 17 00:00:00 2001 From: mop Date: Wed, 28 Jan 2009 12:40:08 +0100 Subject: [PATCH] on the road to 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 c2d2cf8..02cb3f0 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.0" +#define PHP_LUA_VERSION "0.1.1-dev" #ifdef PHP_WIN32 #define PHP_LUA_API __declspec(dllexport) -- 2.11.4.GIT