1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

relay/api: set API version to 0.1.0

This commit is contained in:
Sébastien Helleu
2024-05-26 00:04:28 +02:00
parent 7684d5a3d1
commit 12378b3a19
+2 -2
View File
@@ -24,8 +24,8 @@ struct t_relay_client;
enum t_relay_status;
#define RELAY_API_VERSION_MAJOR 0
#define RELAY_API_VERSION_MINOR 0
#define RELAY_API_VERSION_PATCH 1
#define RELAY_API_VERSION_MINOR 1
#define RELAY_API_VERSION_PATCH 0
#define RELAY_API_VERSION_NUMBER \
((RELAY_API_VERSION_MAJOR << 16) \
+ (RELAY_API_VERSION_MINOR << 8) \