From: Stanislav Malyshev Date: Sun, 31 May 2015 04:17:16 +0000 (-0700) Subject: Update PCRE version (bug #69689) X-Git-Tag: php-5.4.42~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f38ca75a3cc5737bdb922dc5e2a7505cd20cd7ea;p=php Update PCRE version (bug #69689) --- diff --git a/ext/pcre/pcrelib/config.h b/ext/pcre/pcrelib/config.h index 8e7cac93b4..4d875a078e 100644 --- a/ext/pcre/pcrelib/config.h +++ b/ext/pcre/pcrelib/config.h @@ -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. */