Lines Matching defs:version
21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
99 * A version string for this interface. If specified, must have the form
100 * `major-version.minor-version`, as in `1.10`. If the minor version is
101 * omitted, it defaults to zero. If the entire version field is empty, the
102 * major version is derived from the package name, as outlined below. If the
103 * field is not empty, the version in the package name will be verified to be
107 * versioning](http://semver.org) where the major version number
108 * indicates a breaking change and the minor version an additive,
109 * non-breaking change. Both version numbers are signals to users
113 * The major version is also reflected in the package name of the
114 * interface, which must end in `v<major-version>`, as in
119 @property(nonatomic, readwrite, copy, null_resettable) NSString *version;
226 * modified as follows. Any version prefix will be replaced by the
227 * version of the including interface plus the [root][] path if
271 * Note how the version in the path pattern changed from `v1` to `v2`.