From 1514eaee7306e593ed38ea99852c4747211fc9cb Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Thu, 17 Jul 2014 15:04:31 +0200 Subject: [PATCH] Set stable version for download_and_compile.sh --- 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 f79b1b6..3b1d5be 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -132,7 +132,7 @@ function _make(){ OSG_STABLE_GIT_BRANCH="OpenSceneGraph-3.2" PLIB_STABLE_GIT_BRANCH="master" # common stable branch for flightgear, simgear and fgdata -FGSG_STABLE_GIT_BRANCH="release/3.0.0" +FGSG_STABLE_GIT_BRANCH="release/3.2.0" OPENRTI_STABLE_GIT_BRANCH="release-0.5" # unstable branch: next for sg/fg, master for fgdata FGSG_UNSTABLE_GIT_BRANCH="next"