1
0
Fork 0

fix "stable" version for download_and_compile.sh

Always use latest release branch for stable build
This commit is contained in:
Automatic Release Builder 2016-02-21 17:40:10 +01:00
parent 4106b73f36
commit 3ff1d47aa6

View file

@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
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