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 <j.bygdell@gmail.com>
This commit is contained in:
Jocke 2018-07-12 10:21:25 +02:00 committed by Dirk Hohndel
parent 8106e533ef
commit a56a7c51f6

View file

@ -102,6 +102,7 @@ fi
if [ "$PLATFORM" == "singleAndroid" ] ; then if [ "$PLATFORM" == "singleAndroid" ] ; then
CURRENT_LIBZIP="1.1.3" CURRENT_LIBZIP="1.1.3"
CURRENT_OPENSSL="OpenSSL_1_0_2o" CURRENT_OPENSSL="OpenSSL_1_0_2o"
# If changing the openSSL version here, make sure to change it in versions.sh also.
fi fi
# no curl and old libs (never version breaks) # no curl and old libs (never version breaks)
# check whether to use curl or wget # check whether to use curl or wget