From 7ad6792011873f27178690f180d0801b09f858ac Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Fri, 26 Jan 2018 13:48:29 +0100 Subject: [PATCH] install_prereq: Download latest Jansson. ASTERISK-27603 Change-Id: I65c587534c0ae364f063d68da1bed40bb3d5e8aa --- contrib/scripts/install_prereq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq index a8c415463a..e377d854b9 100755 --- a/contrib/scripts/install_prereq +++ b/contrib/scripts/install_prereq @@ -45,7 +45,7 @@ PACKAGES_FBSD="$PACKAGES_FBSD sqlite3 libxslt jansson e2fsprogs-libuuid gsm libs KVERS=`uname -r` -JANSSON_VER=2.4 +JANSSON_VER=2.10 case "$1" in test) -- 2.47.2