Merge lp:~kuchtam/mir/mir into lp:mir
Proposed by
Michał Kuchta
Status: | Rejected |
---|---|
Rejected by: | Daniel van Vugt |
Proposed branch: | lp:~kuchtam/mir/mir |
Merge into: | lp:mir |
Diff against target: |
87 lines (+38/-0) 5 files modified
include/client/mir_toolkit/mir_connection.h (+7/-0) include/core/mir_toolkit/mir_version_number.h (+13/-0) src/client/mir_connection_api.cpp (+5/-0) src/client/symbols.map (+1/-0) tests/acceptance-tests/test_client_header_version.cpp (+12/-0) |
To merge this branch: | bzr merge lp:~kuchtam/mir/mir |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Daniel van Vugt | Needs Fixing | ||
Brandon Schaefer (community) | Abstain | ||
Review via email:
|
Commit message
Implementation of bug#1195540 - "[enhancement] Make able to get version information from client / server APIs"
Description of the change
Implementation of bug#1195540 - "[enhancement] Make able to get version information from client / server APIs"
To post a comment you must log in.
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: API_VERSION NUMBER( MIR_VERSION_ MAJOR, MIR_VERSION_MINOR, MIR_VERSION_PATCH)
MIR_CLIENT_
or:
MIR_VERSION_