| commit | 28d031ba103bed5ecceb5537abf5f1a0fe039b32 | [log] [tgz] |
|---|---|---|
| author | Maxim Dounin <mdounin@mdounin.ru> | Mon Dec 07 20:09:34 2015 +0300 |
| committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Dec 07 20:09:34 2015 +0300 |
| tree | 59d261f429946681b47a519ffac5df47a03b4470 | |
| parent | 33dca878048b013fa77885954220ff95477bc70a [diff] |
Updated OpenSSL and PCRE used for win32 builds.
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index c1e848d..ba7b26e 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile
@@ -5,9 +5,9 @@ TEMP = tmp OBJS = objs.msvc8 -OPENSSL = openssl-1.0.2d +OPENSSL = openssl-1.0.2e ZLIB = zlib-1.2.8 -PCRE = pcre-8.37 +PCRE = pcre-8.38 release: export