Major version changes indicate different required support level from the required components.
| 54 | // Major version changes indicate different required support level from |
| 55 | // the required components. |
| 56 | int64_t major() const { return major_; } |
| 57 | void set_major(int64_t val) { major_ = val; } |
| 58 | |
| 59 | // Minor version changes must not change the observed behavior from |
no outgoing calls