File tree 1 file changed +3
-16
lines changed
1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 26
26
27
27
// Project version
28
28
#define XQ_VERSION_MAJOR 0
29
- #define XQ_VERSION_MINOR 1
30
- #define XQ_VERSION_PATCH 3
29
+ #define XQ_VERSION_MINOR 2
30
+ #define XQ_VERSION_PATCH 0
31
31
32
32
// Binary version
33
- #define XQ_BINARY_CURRENT 1
33
+ #define XQ_BINARY_CURRENT 2
34
34
#define XQ_BINARY_REVISION 0
35
35
#define XQ_BINARY_AGE 0
36
36
37
- // Kernel protocol version
38
- #define XQ_KERNEL_PROTOCOL_VERSION_MAJOR 0
39
- #define XQ_KERNEL_PROTOCOL_VERSION_MINOR 1
40
-
41
- // Composing the protocol version string from major, and minor
42
- #define XQ_CONCATENATE (A, B ) XQ_CONCATENATE_IMPL(A, B)
43
- #define XQ_CONCATENATE_IMPL (A, B ) A##B
44
- #define XQ_STRINGIFY (a ) XQ_STRINGIFY_IMPL(a)
45
- #define XQ_STRINGIFY_IMPL (a ) #a
46
-
47
- #define XQ_KERNEL_PROTOCOL_VERSION XQ_STRINGIFY (XQ_CONCATENATE( XQ_KERNEL_PROTOCOL_VERSION_MAJOR,\
48
- XQ_CONCATENATE (., XQ_KERNEL_PROTOCOL_VERSION_MINOR)))
49
-
50
37
#endif
You can’t perform that action at this time.
0 commit comments