From fdf2311152efc70594c30a9bb248526a6c2694e7 Mon Sep 17 00:00:00 2001 From: ThorstenB <brehmt@gmail.com> Date: Sun, 31 Jul 2011 14:40:03 +0200 Subject: [PATCH] Update download_and_compile script to use OSG3.0.1 with fg GIT --- download_and_compile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/download_and_compile.sh b/download_and_compile.sh index dd1637b..aff1574 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -18,7 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -VERSION="1.4" +VERSION="1.4.1" #COMPILE GIT FGFS @@ -129,8 +129,8 @@ FGRUN_STABLE_REVISION="554" FGCOM_STABLE_REVISION="234" FGCOMGUI_STABLE_REVISION="46" -# Current developer revision: latest FlightGear GIT (2.3.0) with OSG 2.9.9 -OSG_UNSTABLE_REVISION="http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.9" +# Current developer revision: latest FlightGear GIT (2.5.0) with OSG 3.0.1 +OSG_UNSTABLE_REVISION="http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-3.0.1" ####################################################### # set script to stop if an error occours