From ec416084d53ef4600d24b2e25b885b88e1844f8d Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Thu, 15 Mar 2012 11:46:29 +0000 Subject: [PATCH] Updated OpenSSL and PCRE used for win32 builds. --- misc/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/GNUmakefile b/misc/GNUmakefile index f49424bff..efae1ff6d 100644 --- 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-0.9.8t +OPENSSL = openssl-0.9.8u ZLIB = zlib-1.2.5 -PCRE = pcre-8.21 +PCRE = pcre-8.30 release: