libgnunetchat

library for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit 419852870632ab790bf9e596c6ff68b78c87c80a
parent e276474175777ddf37bac8823484c97580310261
Author: Jacki <jacki@thejackimonster.de>
Date:   Sun,  1 Sep 2024 05:13:48 +0200

Correct version macro in header

Signed-off-by: Jacki <jacki@thejackimonster.de>

Diffstat:
Minclude/gnunet/gnunet_chat_lib.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/gnunet/gnunet_chat_lib.h b/include/gnunet/gnunet_chat_lib.h @@ -44,7 +44,7 @@ * the #GNUNET_MESSENGER_VERSION of the GNUnet Messenger * service while the patch version is independent. */ -#define GNUNET_CHAT_VERSION 0x000000050000L +#define GNUNET_CHAT_VERSION 0x000000050001L #define GNUNET_CHAT_VERSION_MAJOR ((GNUNET_CHAT_VERSION >> 32L) & 0xFFFFL) #define GNUNET_CHAT_VERSION_MINOR ((GNUNET_CHAT_VERSION >> 16L) & 0xFFFFL)