Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
renyongquan committed Jan 28, 2015
1 parent efa7459 commit 1d48abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmdtool/phptrace_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion phpext/php_phptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d48abd

Please sign in to comment.