Loading...
Searching...
No Matches
Go to the documentation of this file.
18#ifndef MIR_VERSION_NUMBER_H_
19#define MIR_VERSION_NUMBER_H_
34#define MIR_VERSION_NUMBER(major,minor,micro) \
35 (((major) << 22) + ((minor) << 12) + (micro))
Copyright © 2012-2022
Canonical Ltd.
Generated on Tue Nov 8 21:37:30 UTC 2022
This documentation is licensed under the GPL version 2 or 3.