commit a480a1341c22f79468473908958eeeedf507c959
parent 7e2cc66d4bd4f3d039ba8be3dde71e0552695a3f
Author: TheJackiMonster <thejackimonster@gmail.com>
Date: Wed, 11 Oct 2023 17:36:04 +0200
Update protocol version to be compatible with GNUnet 0.20.0
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/gnunet/gnunet_chat_lib.h b/include/gnunet/gnunet_chat_lib.h
@@ -41,7 +41,7 @@
* the #GNUNET_MESSENGER_VERSION of the GNUnet Messenger
* service while the patch version is independent.
*/
-#define GNUNET_CHAT_VERSION 0x000000010000L
+#define GNUNET_CHAT_VERSION 0x000000020000L
#define GNUNET_CHAT_VERSION_MAJOR ((GNUNET_CHAT_VERSION >> 32L) & 0xFFFFL)
#define GNUNET_CHAT_VERSION_MINOR ((GNUNET_CHAT_VERSION >> 16L) & 0xFFFFL)