From f98d36ab3a340d3cd9d4ae8fcfdb6001057ea2a4 Mon Sep 17 00:00:00 2001 From: Automatic Release Builder Date: Mon, 20 Feb 2017 18:52:19 +0100 Subject: [PATCH] set correct release-branch for submodules --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 09f8120..51c78ec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "simgear"] path = simgear url = https://git.code.sf.net/p/flightgear/simgear - branch = next + branch = release/2017.1 [submodule "flightgear"] path = flightgear url = https://git.code.sf.net/p/flightgear/flightgear - branch = next + branch = release/2017.1 [submodule "fgrun"] path = fgrun url = https://git.code.sf.net/p/flightgear/fgrun @@ -13,7 +13,7 @@ [submodule "fgdata"] path = fgdata url = https://git.code.sf.net/p/flightgear/fgdata - branch = next + branch = release/2017.1 [submodule "windows-3rd-party"] path = windows-3rd-party url = https://git.code.sf.net/p/flightgear/windows-3rd-party