aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2023-11-11 01:53:15 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2023-11-11 01:53:15 +0100
commita11f869069254bc8573964f2004d1f5cbbcf1c08 (patch)
treefbab3332141d3b83ac346490ee0f9ec1190ef1b1 /include
parenta480a1341c22f79468473908958eeeedf507c959 (diff)
downloadlibgnunetchat-a11f869069254bc8573964f2004d1f5cbbcf1c08.tar.gz
libgnunetchat-a11f869069254bc8573964f2004d1f5cbbcf1c08.zip
Fix build issues regarding API changes in GNUnet
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 fbb7719..b8c44bf 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 0x000000020000L 44#define GNUNET_CHAT_VERSION 0x000000030000L
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)