From 3ff1d47aa646636203e7ae195731650399ccad24 Mon Sep 17 00:00:00 2001 From: Automatic Release Builder Date: Sun, 21 Feb 2016 17:40:10 +0100 Subject: [PATCH] fix "stable" version for download_and_compile.sh Always use latest release branch for stable build --- download_and_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_and_compile.sh b/download_and_compile.sh index a52ff19..034c5a3 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -18,7 +18,7 @@ # along with this program. If not, see . VERSION="2.33" -FGVERSION="release/3.6.0" +FGVERSION="release/$(git ls-remote --heads git://git.code.sf.net/p/flightgear/flightgear|grep '\/release\/'|cut -f4 -d'/'|sort -t . -k 1,1n -k2,2n -k3,3n|tail -1)" ####################################################### # THANKS TO