diff options
author | Hannes Magnusson <bjori@php.net> | 2007-01-03 20:08:37 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2007-01-03 20:08:37 +0000 |
commit | 9ad0ffbd330ddc6fccba37a5795ae56173426e3d (patch) | |
tree | f5beae283b9a2cf041f729925ebfd6b16d3f2060 | |
parent | 614e0b29acfbdde78dbccb6958ab93a5f4abf98d (diff) | |
download | php-git-9ad0ffbd330ddc6fccba37a5795ae56173426e3d.tar.gz |
MFH: revert pcrelib version string
-rw-r--r-- | ext/pcre/pcrelib/pcregrep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/pcregrep.c b/ext/pcre/pcrelib/pcregrep.c index 6d0773dfc4..bb308041df 100644 --- a/ext/pcre/pcrelib/pcregrep.c +++ b/ext/pcre/pcrelib/pcregrep.c @@ -56,7 +56,7 @@ POSSIBILITY OF SUCH DAMAGE. typedef int BOOL; -#define VERSION "4.3 01-Jun-2007" +#define VERSION "4.3 01-Jun-2006" #define MAX_PATTERN_COUNT 100 #if BUFSIZ > 8192 |