Mir

Code review comment for lp:~kuchtam/mir/mir

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Thanks for doing this.

I believe it's actually the version of libmirclient that we want to return. Not the version of libmirserver. So you can do that just by returning:
  MIR_CLIENT_API_VERSION
or:
  MIR_VERSION_NUMBER(MIR_VERSION_MAJOR, MIR_VERSION_MINOR, MIR_VERSION_PATCH)

review: Needs Fixing

« Back to merge proposal