Skip to content
This repository has been archived by the owner on Jun 1, 2018. It is now read-only.

Commit

Permalink
fixed inconsistencies in version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 19, 2014
1 parent c43d52d commit 851da15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG
@@ -1,17 +1,14 @@
CHANGELOG
=========

0.11 (2014-XX-XX)
0.11.0 (2014-XX-XX)

* Add support for PHP 5.5
* Performance improvements
* Fix some leaks
* http_response_code() function for PHP5.3
* UPROFILER_FLAGS_FUNCTION_INFO for user function filename definition and lineno
* Notice when double activation is detected

0.10 (2013-XX-XX)

* always report non-function calls as run_init::*/*
* add closure information to distinguish them (filename, lines)
* fix leak when calling enable() multiple times
Expand Down
1 change: 0 additions & 1 deletion CREDITS
Expand Up @@ -9,4 +9,3 @@ Creators:
Additional Contributors:
George Cabrera - UI enhancements
Paul Saab - FreeBSD port

2 changes: 1 addition & 1 deletion extension/php_uprofiler.h
Expand Up @@ -18,7 +18,7 @@
#ifndef PHP_XHPROF_H
#define PHP_XHPROF_H

#define PHP_UPROFILER_VERSION "0.11"
#define PHP_UPROFILER_VERSION "0.11.0"

extern zend_module_entry uprofiler_module_entry;
#define phpext_uprofiler_ptr &uprofiler_module_entry
Expand Down
6 changes: 3 additions & 3 deletions package.xml
Expand Up @@ -33,10 +33,10 @@ A lightweight profiler for PHP
<email>haiping@php.net</email>
<active>no</active>
</developer>
<date>2009-03-28</date>
<date>2014-07-19</date>
<version>
<release>0.9.2</release>
<api>0.9.2</api>
<release>0.11.0</release>
<api>0.11.0</api>
</version>
<stability>
<release>beta</release>
Expand Down

0 comments on commit 851da15

Please sign in to comment.