Skip to content

Commit 3930e1f

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Fixed bug #69689 (Align PCRE_MINOR with current version)
2 parents 811816d + ca33ae3 commit 3930e1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/pcre/pcrelib/pcre.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ POSSIBILITY OF SUCH DAMAGE.
4242
/* The current PCRE version information. */
4343

4444
#define PCRE_MAJOR 8
45-
#define PCRE_MINOR 36
45+
#define PCRE_MINOR 37
4646
#define PCRE_PRERELEASE
47-
#define PCRE_DATE 2014-09-26
47+
#define PCRE_DATE 2015-04-28
4848

4949
/* When an application links to a PCRE DLL in Windows, the symbols that are
5050
imported have to be identified as such. When building PCRE, the appropriate

0 commit comments

Comments
 (0)