Go to the documentation of this file.
18 #ifndef MIR_VERSION_H_
19 #define MIR_VERSION_H_
34 #define MIR_SERVER_MAJOR_VERSION (0)
44 #define MIR_SERVER_MINOR_VERSION (11)
55 #define MIR_SERVER_MICRO_VERSION (0)
62 #define MIR_SERVER_VERSION \
63 MIR_VERSION_NUMBER(MIR_SERVER_MAJOR_VERSION, \
64 MIR_SERVER_MINOR_VERSION, \
65 MIR_SERVER_MICRO_VERSION)
Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Mar 24 16:15:19 UTC 2015