From 40fab979070a3337865faeb1e3fa2669b04ede77 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Sun, 14 Aug 2011 00:01:52 +0200 Subject: [PATCH] Update download_and_compile script for FG2.4.0 Pick up 2.4.0 release tag for stable version (Note: specifying commit IDs alone doesn't work - since the same commits are on different branches => either use commitID+branch or preferably the release-tag). Update FGRUN stable version for FG2.4.0 --- download_and_compile.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/download_and_compile.sh b/download_and_compile.sh index 354c42b..341ca22 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -18,7 +18,7 @@ # along with this program. If not, see . -VERSION="1.4.1" +VERSION="1.4.2" #COMPILE GIT FGFS @@ -119,13 +119,13 @@ fi ####################################################### -# Last stable revision: currently FlightGear 2.4 with 3.0.1 +# Last stable revision: currently FlightGear 2.4.0 with 3.0.1 PLIB_STABLE_REVISION="2163" OSG_STABLE_REVISION="http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-3.0.1" -SIMGEAR_STABLE_REVISION="feb0b83365fe83260ab8e9c032f20ce39fbbe883" -FGFS_STABLE_REVISION="ee5f323d3ef487469347005fcec1d7cf4de501b8" -FGFS_DATA_STABLE_REVISION="061d4ec7f7037e4c71f7163d38d443e59225f399" -FGRUN_STABLE_REVISION="554" +SIMGEAR_STABLE_REVISION="version/2.4.0-final" +FGFS_STABLE_REVISION="version/2.4.0-final" +FGFS_DATA_STABLE_REVISION="version/2.4.0-final" +FGRUN_STABLE_REVISION="625" FGCOM_STABLE_REVISION="234" FGCOMGUI_STABLE_REVISION="46"