-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58708/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Kapil Arya.
Bugs: MESOS-6976
https://issues.apache.org/jira/browse/MESOS-6976
Repository: mesos
Description
-------
During startup, we now check that the compiled version number of the
master and agent can be parsed by Stout's `Version::parse` (i.e., that
`MESOS_VERSION` uses the Semver 2.0.0 format).
Diffs
-----
src/master/main.cpp 462ed3229d15b157a92d96860503c06368ab21b7
src/slave/main.cpp 72b141cb66f9df5bcc7b3f8cfcc2b06fcbd17e52
Diff: https://reviews.apache.org/r/58708/diff/1/
Testing
-------
`make check`
Thanks,
Neil Conway