1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 19:52:20 +02:00

Update PCRE version (bug #69689)

This commit is contained in:
Stanislav Malyshev
2015-05-30 21:17:16 -07:00
parent 88aab478bf
commit f38ca75a3c

View File

@@ -312,7 +312,7 @@ them both to 0; an emulation function will be used. */
#define PACKAGE_NAME "PCRE"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "PCRE 8.36"
#define PACKAGE_STRING "PCRE 8.37"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "pcre"
@@ -321,7 +321,7 @@ them both to 0; an emulation function will be used. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "8.36"
#define PACKAGE_VERSION "8.37"
/* to make a symbol visible */
/* #undef PCRECPP_EXP_DECL */
@@ -437,7 +437,7 @@ them both to 0; an emulation function will be used. */
/* Version number of package */
#ifndef VERSION
#define VERSION "8.36"
#define VERSION "8.37"
#endif
/* Define to empty if `const' does not conform to ANSI C. */