commit | 45355a5bc4cb9f2ba633ea70f7bd2d704a08fcbd | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Dec 24 10:21:34 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Dec 25 23:28:22 2016 -0800 |
tree | 8f0549610c0086d2dec620a7c763e113b7707ec7 | |
parent | caf61b1ae616fe6b03da059e4f4f912515544141 [diff] [blame] |
Fix warning from protobuf about version of the protobuf file syntax
diff --git a/src/sync-state.proto b/src/sync-state.proto index 410726b..759b7d3 100644 --- a/src/sync-state.proto +++ b/src/sync-state.proto
@@ -1,3 +1,5 @@ +syntax = "proto2"; + message SyncState { required bytes name = 1;