# HG changeset patch # User Maxim Dounin # Date 1331776629 0 # Node ID e954f40fc28b97841b0086f0458a8446c12fd8d0 # Parent 3ac1c784be40633306f1679e0c6f04a637c67cee Updated OpenSSL and PCRE used for win32 builds. diff --git a/misc/GNUmakefile b/misc/GNUmakefile --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,9 +6,9 @@ TEMP = tmp REPO = $(shell svn info | sed -n 's/^Repository Root: //p') OBJS = objs.msvc8 -OPENSSL = openssl-1.0.0g +OPENSSL = openssl-1.0.0h ZLIB = zlib-1.2.5 -PCRE = pcre-8.21 +PCRE = pcre-8.30 release: