I am developing an application that must be cross compiled for a target that uses google protocol buffers version 3.0.0. Is there any way to specify in the protoc command (or .proto files) that generated code should be compatible with protocol buffers version 3.0.0, even if the protoc I use to generate the code is a later version (such as 3.5.1)?
Updating the target is not an option, and I don't mind installing 3.0.0 in my development environment, but it seems a bit heavy handed to say that anyone who wants to build this code must install a specific version of protocol buffers.