Hi all,
Yan has helped to commit https://reviews.apache.org/r/50992/. After its
release (scheduled in 1.1.0), if you need conditional compilation in your
module based on version, you should be able to do something like:
```
#ifdef MESOS_MAJOR_VERSION_NUM
#if MESOS_MAJOR_VERSION_NUM >= 1
..
#
+kapil,till,adam
On Thu, Aug 11, 2016 at 10:51 AM, Zhitao Li wrote:
> Hi all,
>
> I sent a review request https://reviews.apache.org/r/50992/ to change the
> MAJOR/MINOR/PATCH version macro in version.hpp to be integer rather than
> string, so module writers can perform easier version comparison
Hi all,
I sent a review request https://reviews.apache.org/r/50992/ to change the
MAJOR/MINOR/PATCH version macro in version.hpp to be integer rather than
string, so module writers can perform easier version comparison during
conditional compilation.
These macros are not directly referred in meso