summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.h
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-09-26 05:14:02 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-10-01 13:01:58 +0200
commita3760badbea9569c6cf0cc7eda794f5b0cea2270 (patch)
tree65d9944fef3a300d3146a3a052d81a873b555759 /sapi/phpdbg/phpdbg.h
parentc25e7439ae3917be171ae1ba55f78013f92c2e14 (diff)
downloadphp-git-a3760badbea9569c6cf0cc7eda794f5b0cea2270.tar.gz
Bump phpdbg version to PHP_VERSION
The phpdbg sapi module is distributed with the release cycle of PHP. This patch simplifes phpdbg versioning and bumps it to the PHP_VERSION.
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r--sapi/phpdbg/phpdbg.h2
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>"
/* }}} */