From af7e3279ed28c47ca7c914a4c397081d76dd4251 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Wed, 28 Sep 2016 21:23:46 +0200 Subject: [PATCH] Correct protobuf branch reference in .gitmodules. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 371df671..b2354f76 100644 --- a/.gitmodules +++ b/.gitmodules @@ -17,7 +17,7 @@ path = deps/protobuf url = https://github.com/google/protobuf.git shallow = true - branch = master + branch = 3.1.x [submodule "deps/libtomcrypt"] path = deps/libtomcrypt url = https://github.com/libtom/libtomcrypt.git