diff --git a/cmdtool/phptrace_util.h b/cmdtool/phptrace_util.h index e6cdf0e..903dd2c 100644 --- a/cmdtool/phptrace_util.h +++ b/cmdtool/phptrace_util.h @@ -23,7 +23,7 @@ #endif #define PHPTRACE_NAME "phptrace" -#define PHPTRACE_VERSION "0.2.1 stable" +#define PHPTRACE_VERSION "0.2.2 stable" #define PHPTRACE_DEVELOPER "360 infra webcore team" #define MAX_TEMP_LENGTH 100 diff --git a/phpext/php_phptrace.h b/phpext/php_phptrace.h index f622a76..1fadfa1 100644 --- a/phpext/php_phptrace.h +++ b/phpext/php_phptrace.h @@ -25,7 +25,7 @@ extern zend_module_entry phptrace_module_entry; #define phpext_phptrace_ptr &phptrace_module_entry -#define PHP_PHPTRACE_VERSION "0.2.1" /* Replace with version number for your extension */ +#define PHP_PHPTRACE_VERSION "0.2.2" /* Replace with version number for your extension */ #define PHPTRACE_UNIT_TEST 0 #ifdef PHP_WIN32