Merge pull request #47 from mpfluger/openssl_version

OpenSSL 1.0.2a
This commit is contained in:
Felix Schulze 2015-03-19 21:11:40 +01:00
commit 734f48e5cc
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ If you have problems building for arm64 please uninstall MacPorts (see #28).
* <http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/>
## 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

View File

@ -21,7 +21,7 @@
###########################################################################
# Change values here #
#
VERSION="1.0.2" #
VERSION="1.0.2a" #
SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version` #
# #
###########################################################################