]> granicus.if.org Git - php/commitdiff
Fixed bug #69689 (Align PCRE_MINOR with current version)
authorLior Kaplan <kaplanlior@gmail.com>
Thu, 18 Jun 2015 14:30:21 +0000 (17:30 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Thu, 18 Jun 2015 14:30:21 +0000 (17:30 +0300)
ext/pcre/pcrelib/pcre.h

index 9216d55b0a9e7333dfc75b313f5518aefa844fd6..58ed46a2a31322bd312379358c08f777df4a7a4b 100644 (file)
@@ -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