From: Hannes Magnusson Date: Wed, 3 Jan 2007 20:08:37 +0000 (+0000) Subject: MFH: revert pcrelib version string X-Git-Tag: php-5.2.1RC2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ad0ffbd330ddc6fccba37a5795ae56173426e3d;p=php MFH: revert pcrelib version string --- 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