From cc7194dd10f9822d882d1cbd259d4208ccc82671 Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Thu, 18 Jun 2015 17:30:21 +0300 Subject: [PATCH] Fixed bug #69689 (Align PCRE_MINOR with current version) --- ext/pcre/pcrelib/pcre.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/pcre/pcrelib/pcre.h b/ext/pcre/pcrelib/pcre.h index 9216d55b0a9..58ed46a2a31 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 36 +#define PCRE_MINOR 37 #define PCRE_PRERELEASE -#define PCRE_DATE 2014-09-26 +#define PCRE_DATE 2015-04-28 /* 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