Mir
version.h
Go to the documentation of this file.
1 /*
2  * Copyright © 2014-2017 Canonical Ltd.
3  *
4  * This program is free software: you can redistribute it and/or modify it
5  * under the terms of the GNU Lesser General Public License version 2 or 3,
6  * as published by the Free Software Foundation.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU Lesser General Public License for more details.
12  *
13  * You should have received a copy of the GNU Lesser General Public License
14  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15  *
16  */
17 
18 #ifndef MIR_TOOLKIT_VERSION_H_
19 #define MIR_TOOLKIT_VERSION_H_
20 
22 
28 #define MIR_CLIENT_API_VERSION_MAJOR (2)
29 #define MIR_CLIENT_API_VERSION_MINOR (3)
30 #define MIR_CLIENT_API_VERSION_PATCH (2)
31 
40 #define MIR_CLIENT_API_VERSION MIR_VERSION_NUMBER(MIR_CLIENT_API_VERSION_MAJOR,\
41  MIR_CLIENT_API_VERSION_MINOR,\
42  MIR_CLIENT_API_VERSION_PATCH)
43 
44 /* Deprecated. Do not update these. */
45 #define MIR_CLIENT_MAJOR_VERSION (3)
46 #define MIR_CLIENT_MINOR_VERSION (5)
47 #define MIR_CLIENT_MICRO_VERSION (0)
48 #define MIR_CLIENT_VERSION \
49  MIR_VERSION_NUMBER(MIR_CLIENT_MAJOR_VERSION, \
50  MIR_CLIENT_MINOR_VERSION, \
51  MIR_CLIENT_MICRO_VERSION)
52 
55 #endif /* MIR_TOOLKIT_VERSION_H_ */

Copyright © 2012-2021 Canonical Ltd.
Generated on Fri Feb 26 05:03:10 UTC 2021
This documentation is licensed under the GPL version 2 or 3.