summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/config.h
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2008-01-29 20:18:02 +0000
committerNuno Lopes <nlopess@php.net>2008-01-29 20:18:02 +0000
commit3f7b92c06c6e4cbcd9bc949289b51756cfb658bf (patch)
tree595267e7ab7b87c1f31f693cd24da517114026f6 /ext/pcre/pcrelib/config.h
parent99c56139c75b48914103bc2351b5422465f3f97e (diff)
downloadphp-git-3f7b92c06c6e4cbcd9bc949289b51756cfb658bf.tar.gz
upgrade to PCRE 7.6.
#changes to code are minimal. this fixes a security bug
Diffstat (limited to 'ext/pcre/pcrelib/config.h')
-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 005e3f8b0c..0b753d686a 100644
--- a/ext/pcre/pcrelib/config.h
+++ b/ext/pcre/pcrelib/config.h
@@ -251,13 +251,13 @@ 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 7.5"
+#define PACKAGE_STRING "PCRE 7.6"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "pcre"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "7.5"
+#define PACKAGE_VERSION "7.6"
/* If you are compiling for a system other than a Unix-like system or
@@ -310,7 +310,7 @@ them both to 0; an emulation function will be used. */
/* Version number of package */
#ifndef VERSION
-#define VERSION "7.5"
+#define VERSION "7.6"
#endif
/* Define to empty if `const' does not conform to ANSI C. */