Skip to content

Commit

Permalink
Change phpext version info
Browse files Browse the repository at this point in the history
  • Loading branch information
renyongquan committed Jan 16, 2015
1 parent 2d86042 commit c430407
Showing 1 changed file with 1 addition and 1 deletion.
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.1.0" /* Replace with version number for your extension */
#define PHP_PHPTRACE_VERSION "0.2.0" /* Replace with version number for your extension */
#define PHPTRACE_UNIT_TEST 0

#ifdef PHP_WIN32
Expand Down

0 comments on commit c430407

Please sign in to comment.