aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJacki <jacki@thejackimonster.de>2024-03-23 23:27:24 +0100
committerJacki <jacki@thejackimonster.de>2024-03-23 23:27:24 +0100
commit2af2090cd95d4549213703a7d7124e950f448685 (patch)
treec8d6cc62d5881f574b3a23b90868d2293b698709 /include
parentaa047cd6041fd5c9e965e8ac78298abfd0c9effa (diff)
downloadlibgnunetchat-2af2090cd95d4549213703a7d7124e950f448685.tar.gz
libgnunetchat-2af2090cd95d4549213703a7d7124e950f448685.zip
Update documents to version 0.3.1v0.3.1
Signed-off-by: Jacki <jacki@thejackimonster.de>
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 0912237..047861e 100644
--- a/include/gnunet/gnunet_chat_lib.h
+++ b/include/gnunet/gnunet_chat_lib.h
@@ -43,7 +43,7 @@
43 * the #GNUNET_MESSENGER_VERSION of the GNUnet Messenger 43 * the #GNUNET_MESSENGER_VERSION of the GNUnet Messenger
44 * service while the patch version is independent. 44 * service while the patch version is independent.
45 */ 45 */
46#define GNUNET_CHAT_VERSION 0x000000030000L 46#define GNUNET_CHAT_VERSION 0x000000030001L
47 47
48#define GNUNET_CHAT_VERSION_MAJOR ((GNUNET_CHAT_VERSION >> 32L) & 0xFFFFL) 48#define GNUNET_CHAT_VERSION_MAJOR ((GNUNET_CHAT_VERSION >> 32L) & 0xFFFFL)
49#define GNUNET_CHAT_VERSION_MINOR ((GNUNET_CHAT_VERSION >> 16L) & 0xFFFFL) 49#define GNUNET_CHAT_VERSION_MINOR ((GNUNET_CHAT_VERSION >> 16L) & 0xFFFFL)