diff --git a/README.md b/README.md
index 63663da..13d0717 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
From and
## Changelog
+* 2013-03-01: OpenSSL 1.0.1e + iOS 6.1
* 2012-09-21: Support for iOS 6.0 and iPhone 5 (armv7s) - Remove armv6 support
* 2012-05-17: OpenSSL 1.0.1c
* 2012-05-02: OpenSSL 1.0.1b
diff --git a/build-libssl.sh b/build-libssl.sh
index 5925353..6e0d6ea 100755
--- a/build-libssl.sh
+++ b/build-libssl.sh
@@ -21,8 +21,8 @@
###########################################################################
# Change values here #
# #
-VERSION="1.0.1c" #
-SDKVERSION="6.0" #
+VERSION="1.0.1e" #
+SDKVERSION="6.1" #
# #
###########################################################################
# #