| 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 |
| 60 | // existing implementations, but may be provided informationally. |
no outgoing calls