summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-05-30 21:17:16 -0700
committerJulien Pauli <jpauli@php.net>2015-06-09 10:30:41 +0200
commit11928db0d3d2f8c4387822ca1bcf95243512dc53 (patch)
tree94ed893cb8038044af2a130cbe3a53c65c0416c3
parent68dec50c30f5352790dcee65c7989de9b86b210e (diff)
downloadphp-git-11928db0d3d2f8c4387822ca1bcf95243512dc53.tar.gz
Update PCRE version (bug #69689)
-rw-r--r--ext/pcre/pcrelib/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/pcre/pcrelib/config.h b/ext/pcre/pcrelib/config.h
index fec0403f58..ba06a17509 100644
--- a/ext/pcre/pcrelib/config.h
+++ b/ext/pcre/pcrelib/config.h
@@ -314,7 +314,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"
@@ -323,7 +323,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 */
@@ -439,7 +439,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. */