diff options
author | Dmitry Stogov <dmitry@zend.com> | 2018-10-01 14:11:31 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2018-10-01 14:11:31 +0300 |
commit | 250b577258ba9a736a15527f211ba52c9368d322 (patch) | |
tree | f8c837dce6016f98b38e60922b75b1241740dfb6 /sapi/phpdbg/phpdbg.h | |
parent | 34a491d1ed5b3e593572b45542fd394b308e91a9 (diff) | |
parent | a3760badbea9569c6cf0cc7eda794f5b0cea2270 (diff) | |
download | php-git-250b577258ba9a736a15527f211ba52c9368d322.tar.gz |
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src:
Bump phpdbg version to PHP_VERSION
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r-- | sapi/phpdbg/phpdbg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index 6d78033b5c..fb384ee55b 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -104,7 +104,7 @@ #define PHPDBG_NAME "phpdbg" #define PHPDBG_AUTHORS "Felipe Pena, Joe Watkins and Bob Weinand" /* Ordered by last name */ #define PHPDBG_ISSUES "http://bugs.php.net/report.php" -#define PHPDBG_VERSION "0.5.0" +#define PHPDBG_VERSION PHP_VERSION #define PHPDBG_INIT_FILENAME ".phpdbginit" #define PHPDBG_DEFAULT_PROMPT "prompt>" /* }}} */ |