Skip to content

Commit cc7194d

Browse files
committed
Fixed bug #69689 (Align PCRE_MINOR with current version)
1 parent 5f67caa commit cc7194d

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)