From 0c125d1ee38ea9fe94fba0b527a9d1a530ad5408 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 11 Sep 2015 17:10:11 -0500 Subject: bump version to 2.2.4 --- update.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 02d6915..f07603a 100755 --- a/update.sh +++ b/update.sh @@ -121,6 +121,7 @@ copy_hdrs crypto "stack/stack.h lhash/lhash.h stack/safestack.h copy_hdrs ssl "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" $CP $libssl_src/src/crypto/opensslv.h include/openssl +patch -p0 < patches/opensslv.h awk '/LIBRESSL_VERSION_TEXT/ {print $4}' < include/openssl/opensslv.h | cut -d\" -f1 > VERSION echo "LibreSSL version `cat VERSION`" -- cgit v1.2.3-55-g6feb