diff options
author | krakjoe <joe.watkins@live.co.uk> | 2014-01-27 07:39:34 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2014-01-27 07:39:34 +0000 |
commit | 1c0fccfc9abaaea02ae717547bc3b69fcb2de86c (patch) | |
tree | 893a6c70b9d19929068ac8bf858219c61ec82817 /phpdbg.h | |
parent | 2e4aed3673607fda63edaac2b9b69669c5c1ceec (diff) | |
download | php-git-1c0fccfc9abaaea02ae717547bc3b69fcb2de86c.tar.gz |
fix readline build error bugsnet #66576
Diffstat (limited to 'phpdbg.h')
-rw-r--r-- | phpdbg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ #define PHPDBG_AUTHORS "Felipe Pena, Joe Watkins and Bob Weinand" /* Ordered by last name */ #define PHPDBG_URL "http://phpdbg.com" #define PHPDBG_ISSUES "http://github.com/krakjoe/phpdbg/issues" -#define PHPDBG_VERSION "0.3.1" +#define PHPDBG_VERSION "0.3.2" #define PHPDBG_INIT_FILENAME ".phpdbginit" /* }}} */ |