Skip to content

Commit fb9a399

Browse files
committed
Set default ide & thirdparty submodule branches to develop-8.1
This ensures that the `update-submodules.py` script works correctly for the `develop-8.1` branch. N.b. it's very important that this change _isn't_ included in the `develop` branch the next time it's merged up!
1 parent 8433566 commit fb9a399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[submodule "ide"]
22
path = ide
33
url = https://github.com/runrev/livecode-ide
4-
branch = develop
4+
branch = develop-8.1
55
[submodule "thirdparty"]
66
path = thirdparty
77
url = https://github.com/runrev/livecode-thirdparty
8-
branch = develop
8+
branch = develop-8.1
99
[submodule "libcpptest/googletest"]
1010
path = libcpptest/googletest
1111
url = https://github.com/google/googletest.git

0 commit comments

Comments
 (0)