libgnunetchat

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

commit c79744b1dc7319cca183e753220be6a1bea1bc6c
parent 0578e016de956abc837faca2e94bacf09715240a
Author: Jacki <jacki@thejackimonster.de>
Date:   Thu, 13 Nov 2025 22:38:08 +0100

Release of version 0.6.1

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

Diffstat:
MChangeLog | 3+++
Minclude/gnunet/gnunet_chat_lib.h | 2+-
Mmeson.build | 2+-
3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +## Version 0.6.1 +* Fix build compatibility with GNUnet 0.26.0 + ## Version 0.6.0 * This release requires the GNUnet Messenger Service 0.5! * Fixes issues regarding group creation, leaving chats and invitations diff --git a/include/gnunet/gnunet_chat_lib.h b/include/gnunet/gnunet_chat_lib.h @@ -55,7 +55,7 @@ struct GNUNET_CONFIGURATION_Handle; * the #GNUNET_MESSENGER_VERSION of the GNUnet Messenger * service while the patch version is independent. */ -#define GNUNET_CHAT_VERSION 0x000000060000L +#define GNUNET_CHAT_VERSION 0x000000060001L #define GNUNET_CHAT_VERSION_MAJOR ((GNUNET_CHAT_VERSION >> 32L) & 0xFFFFL) #define GNUNET_CHAT_VERSION_MINOR ((GNUNET_CHAT_VERSION >> 16L) & 0xFFFFL) diff --git a/meson.build b/meson.build @@ -1,6 +1,6 @@ # # This file is part of GNUnet. -# Copyright (C) 2023--2024 GNUnet e.V. +# Copyright (C) 2023--2025 GNUnet e.V. # # GNUnet is free software: you can redistribute it and/or modify it # under the terms of the GNU Affero General Public License as published