aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/pcre/pcre.h
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2019-06-26 11:02:39 +0200
committerRickard Green <[email protected]>2019-06-26 11:02:39 +0200
commit28b3f984e2f9926164efc8949301f45c6bb41b25 (patch)
tree669ae028729e2663d2c98325f804c2db7e3d5d3b /erts/emulator/pcre/pcre.h
parent7fe7fa3dde556b5b92522f8279d465bb52baf1f6 (diff)
downloadotp-28b3f984e2f9926164efc8949301f45c6bb41b25.tar.gz
otp-28b3f984e2f9926164efc8949301f45c6bb41b25.tar.bz2
otp-28b3f984e2f9926164efc8949301f45c6bb41b25.zip
Update internal PCRE to version 8.43
Diffstat (limited to 'erts/emulator/pcre/pcre.h')
-rw-r--r--erts/emulator/pcre/pcre.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/pcre/pcre.h b/erts/emulator/pcre/pcre.h
index 3563791223..7e4401cf97 100644
--- a/erts/emulator/pcre/pcre.h
+++ b/erts/emulator/pcre/pcre.h
@@ -43,9 +43,9 @@ POSSIBILITY OF SUCH DAMAGE.
/* The current PCRE version information. */
#define PCRE_MAJOR 8
-#define PCRE_MINOR 42
+#define PCRE_MINOR 43
#define PCRE_PRERELEASE
-#define PCRE_DATE 2018-03-20
+#define PCRE_DATE 2019-02-23
/* When an application links to a PCRE DLL in Windows, the symbols that are
imported have to be identified as such. When building PCRE, the appropriate