diff --git a/README.md b/README.md index 565c821..bc3d1da 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-03-19: OpenSSL 1.0.2a * 2015-01-28: OpenSSL 1.0.2 * 2015-01-10: OpenSSL 1.0.1k * 2014-10-15: OpenSSL 1.0.1j diff --git a/build-libssl.sh b/build-libssl.sh index 0faf429..f45b3a9 100755 --- a/build-libssl.sh +++ b/build-libssl.sh @@ -21,7 +21,7 @@ ########################################################################### # Change values here # # -VERSION="1.0.2" # +VERSION="1.0.2a" # SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version` # # # ###########################################################################