aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2023-10-11 17:36:04 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2023-10-11 17:36:04 +0200
commita480a1341c22f79468473908958eeeedf507c959 (patch)
tree4c4b4bfc494aef4ed6f59bd004254b39471fe815 /include
parent7e2cc66d4bd4f3d039ba8be3dde71e0552695a3f (diff)
downloadlibgnunetchat-a480a1341c22f79468473908958eeeedf507c959.tar.gz
libgnunetchat-a480a1341c22f79468473908958eeeedf507c959.zip
Update protocol version to be compatible with GNUnet 0.20.0
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/gnunet/gnunet_chat_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gnunet/gnunet_chat_lib.h b/include/gnunet/gnunet_chat_lib.h
index 9a1e047..fbb7719 100644
--- a/include/gnunet/gnunet_chat_lib.h
+++ b/include/gnunet/gnunet_chat_lib.h
@@ -41,7 +41,7 @@
41 * the #GNUNET_MESSENGER_VERSION of the GNUnet Messenger 41 * the #GNUNET_MESSENGER_VERSION of the GNUnet Messenger
42 * service while the patch version is independent. 42 * service while the patch version is independent.
43 */ 43 */
44#define GNUNET_CHAT_VERSION 0x000000010000L 44#define GNUNET_CHAT_VERSION 0x000000020000L
45 45
46#define GNUNET_CHAT_VERSION_MAJOR ((GNUNET_CHAT_VERSION >> 32L) & 0xFFFFL) 46#define GNUNET_CHAT_VERSION_MAJOR ((GNUNET_CHAT_VERSION >> 32L) & 0xFFFFL)
47#define GNUNET_CHAT_VERSION_MINOR ((GNUNET_CHAT_VERSION >> 16L) & 0xFFFFL) 47#define GNUNET_CHAT_VERSION_MINOR ((GNUNET_CHAT_VERSION >> 16L) & 0xFFFFL)