Skip to content

Commit

Permalink
back to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
longxinH committed Dec 17, 2019
1 parent ba1e1b9 commit 81b3595
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extension/php_xhprof.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extern zend_module_entry xhprof_module_entry;
*/

/* XHProf version */
#define XHPROF_VERSION "2.1.4"
#define XHPROF_VERSION "2.1.4-beta"

/* Fictitious function name to represent top of the call tree. The paranthesis
* in the name is to ensure we don't conflict with user function names. */
Expand Down
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<api>2.1.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
<notes>
Expand Down Expand Up @@ -120,8 +120,8 @@
<api>2.1.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
<release>beta</release>
<api>beta</api>
</stability>
<notes>
- Windows support #34
Expand Down

0 comments on commit 81b3595

Please sign in to comment.