Loading...
Searching...
No Matches
Go to the documentation of this file.
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
18#ifndef MIR_VERSION_NUMBER_H_
19#define MIR_VERSION_NUMBER_H_
22
23
24
25
26
27
28
29
30
31
32
33
34#define MIR_VERSION_NUMBER(major,minor,micro)
35 (((major) << 22
) + ((minor) << 12
) + (micro))
Copyright © 2012-2024
Canonical Ltd.
Generated on Thu Mar 21 18:45:15 UTC 2024
This documentation is licensed under the GPL version 2 or 3.