fix "stable" version for download_and_compile.sh
Always use latest release branch for stable build
This commit is contained in:
parent
4106b73f36
commit
3ff1d47aa6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue