Protocol Buffers - Google's data interchange format
Google Protocol Buffers questions related to version 3 of the Protocol Buffer format should be tagged with this tag.
At this time proto3 is still in alpha stage.
About Versioning
When protobuf was initially opensourced it implemented Protocol Buffers language version 2 (aka proto2), which is why the version number started from v2.0.0. From v3.0.0, a new language version (proto3) is introduced while the old version (proto2) will continue to be supported.