From 1755dac536a2492559bc7d21a910a035de11137e Mon Sep 17 00:00:00 2001 From: Zetok Zalbavar Date: Fri, 27 Oct 2017 18:03:29 +0100 Subject: [PATCH] chore(bootstrap.sh): bump toxcore version to latest 0.1.10 release It includes some needed fixes. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 58a6c6b10..8eb729bcd 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -31,7 +31,7 @@ readonly INSTALL_DIR=libs readonly BASE_DIR="${SCRIPT_DIR}/${INSTALL_DIR}" # versions of libs to checkout -readonly TOXCORE_VERSION="v0.1.2" +readonly TOXCORE_VERSION="v0.1.10" readonly SQLCIPHER_VERSION="v3.4.0" # directory names of cloned repositories