From 851da1596ba76e872fcc435974ff9a01db154c54 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 19 Jul 2014 09:24:24 +0200 Subject: [PATCH] fixed inconsistencies in version numbers --- CHANGELOG | 5 +---- CREDITS | 1 - extension/php_uprofiler.h | 2 +- package.xml | 6 +++--- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b08e34d..ebbe689 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ CHANGELOG ========= -0.11 (2014-XX-XX) +0.11.0 (2014-XX-XX) * Add support for PHP 5.5 * Performance improvements @@ -9,9 +9,6 @@ CHANGELOG * 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 diff --git a/CREDITS b/CREDITS index fd03220..1b9e2e1 100644 --- a/CREDITS +++ b/CREDITS @@ -9,4 +9,3 @@ Creators: Additional Contributors: George Cabrera - UI enhancements Paul Saab - FreeBSD port - diff --git a/extension/php_uprofiler.h b/extension/php_uprofiler.h index dde8de3..999ff7d 100644 --- a/extension/php_uprofiler.h +++ b/extension/php_uprofiler.h @@ -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 diff --git a/package.xml b/package.xml index 6edaa6e..9a75918 100644 --- a/package.xml +++ b/package.xml @@ -33,10 +33,10 @@ A lightweight profiler for PHP haiping@php.net no - 2009-03-28 + 2014-07-19 - 0.9.2 - 0.9.2 + 0.11.0 + 0.11.0 beta