소스 검색

scripts/genproto: upgrade protoc to 3.4

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Gyu-Ho Lee 8 년 전
부모
커밋
ec881b0507
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/genproto.sh

+ 1 - 1
scripts/genproto.sh

@@ -10,7 +10,7 @@ if ! [[ "$0" =~ scripts/genproto.sh ]]; then
 	exit 255
 	exit 255
 fi
 fi
 
 
-if [[ $(protoc --version | cut -f2 -d' ') != "3.3.0" ]]; then
+if [[ $(protoc --version | cut -f2 -d' ') != "3.4.0" ]]; then
 	echo "could not find protoc 3.3.0, is it installed + in PATH?"
 	echo "could not find protoc 3.3.0, is it installed + in PATH?"
 	exit 255
 	exit 255
 fi
 fi