diff --git a/README.md b/README.md index bc3d1da..8104295 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ If you have problems building for arm64 please uninstall MacPorts (see #28). * ## Changelog +* 2015-06-11: OpenSSL 1.0.2b * 2015-03-19: OpenSSL 1.0.2a * 2015-01-28: OpenSSL 1.0.2 * 2015-01-10: OpenSSL 1.0.1k diff --git a/build-libssl.sh b/build-libssl.sh index f45b3a9..c431358 100755 --- a/build-libssl.sh +++ b/build-libssl.sh @@ -21,7 +21,7 @@ ########################################################################### # Change values here # # -VERSION="1.0.2a" # +VERSION="1.0.2b" # SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version` # # # ###########################################################################