diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2010-03-29 11:58:06 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2010-03-29 11:58:06 +0000 |
commit | 6e92347ddfdad4abc60256437590c621be70489a (patch) | |
tree | 1b1734ecb7f368dd59698a50f3a343b3914c3672 /ext/pcre/pcrelib/pcre.h | |
parent | 71ec12cc78f2a69e9aa591df3b68850fcc0a3d81 (diff) | |
download | php-git-6e92347ddfdad4abc60256437590c621be70489a.tar.gz |
Upgraded bundled PCRE to version 8.02.
Diffstat (limited to 'ext/pcre/pcrelib/pcre.h')
-rw-r--r-- | ext/pcre/pcrelib/pcre.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/pcrelib/pcre.h b/ext/pcre/pcrelib/pcre.h index dbb542681b..890b13de65 100644 --- a/ext/pcre/pcrelib/pcre.h +++ b/ext/pcre/pcrelib/pcre.h @@ -42,9 +42,9 @@ POSSIBILITY OF SUCH DAMAGE. /* The current PCRE version information. */ #define PCRE_MAJOR 8 -#define PCRE_MINOR 01 +#define PCRE_MINOR 02 #define PCRE_PRERELEASE -#define PCRE_DATE 2010-01-19 +#define PCRE_DATE 2010-03-19 /* When an application links to a PCRE DLL in Windows, the symbols that are imported have to be identified as such. When building PCRE, the appropriate |