summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2016-07-05 18:30:56 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2016-07-05 18:30:56 +0300
commite39b70d00be00a700476e61cf4172425f926406e (patch)
tree9f897755dec8fa722f87ec8fdd1bbdf589ecb668
parent5eaf2be27f04670a650cebf654e382951d5e5e57 (diff)
Updated PCRE used for win32 builds.
-rw-r--r--misc/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index ff9bee603..0d1ad87a2 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -7,7 +7,7 @@ TEMP = tmp
OBJS = objs.msvc8
OPENSSL = openssl-1.0.2h
ZLIB = zlib-1.2.8
-PCRE = pcre-8.38
+PCRE = pcre-8.39
release: export