Skip to content

Commit b356c31

Browse files
committed
Release 0.2.0
1 parent a853b73 commit b356c31

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

include/xq/xq.hpp

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,12 @@
2626

2727
// Project version
2828
#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
3131

3232
// Binary version
33-
#define XQ_BINARY_CURRENT 1
33+
#define XQ_BINARY_CURRENT 2
3434
#define XQ_BINARY_REVISION 0
3535
#define XQ_BINARY_AGE 0
3636

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-
5037
#endif

0 commit comments

Comments
 (0)