From a56a7c51f656f9cd7fbcf00b2d0c19d0e74ec701 Mon Sep 17 00:00:00 2001 From: Jocke Date: Thu, 12 Jul 2018 10:21:25 +0200 Subject: [PATCH] Add comment to get-dep-lib.sh Add a comment so we remember to change the version number in versions.sh also. Signed-off-by: Joakim Bygdell --- scripts/get-dep-lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh index 24116b452..81dcd1716 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -102,6 +102,7 @@ fi if [ "$PLATFORM" == "singleAndroid" ] ; then CURRENT_LIBZIP="1.1.3" CURRENT_OPENSSL="OpenSSL_1_0_2o" +# If changing the openSSL version here, make sure to change it in versions.sh also. fi # no curl and old libs (never version breaks) # check whether to use curl or wget