From 83abaeeee29e1aa4ab2dcc9f69d1e205cd4d72c4 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Fri, 21 Sep 2018 17:22:27 +0200 Subject: [PATCH] set correct release-branch for submodules --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 50e2eeb..dd198ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "simgear"] path = simgear url = ../simgear - branch = next + branch = release/2018.3 [submodule "flightgear"] path = flightgear url = ../flightgear - branch = next + branch = release/2018.3 [submodule "fgrun"] path = fgrun url = ../fgrun @@ -13,7 +13,7 @@ [submodule "fgdata"] path = fgdata url = ../fgdata - branch = next + branch = release/2018.3 [submodule "windows-3rd-party"] path = windows-3rd-party url = ../windows-3rd-party @@ -21,4 +21,4 @@ [submodule "getstart"] path = getstart url = ../getstart - branch = next + branch = release/2018.3