libgnunetchat

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

commit 35f619f439cf69f3f0da0726fa12df84eea738b5
parent d85faeea47e246ee3e0a9514fd51d0afaf7cf4cb
Author: Jacki <jacki@thejackimonster.de>
Date:   Fri, 14 Mar 2025 16:59:39 +0100

Release of version 0.5.3

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

Diffstat:
MChangeLog | 3+++
MDoxyfile | 2+-
Minclude/gnunet/gnunet_chat_lib.h | 4++--
3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +## Version 0.5.3 +* Fix build incompatibility with meson build from GNUnet + ## Version 0.5.2 * Implement iteration of tags by chat contact * Adjust types and API to improve consistency diff --git a/Doxyfile b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = libgnunetchat # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.5.2 +PROJECT_NUMBER = 0.5.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/include/gnunet/gnunet_chat_lib.h b/include/gnunet/gnunet_chat_lib.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2021--2024 GNUnet e.V. + Copyright (C) 2021--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 @@ -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 0x000000050002L +#define GNUNET_CHAT_VERSION 0x000000050003L #define GNUNET_CHAT_VERSION_MAJOR ((GNUNET_CHAT_VERSION >> 32L) & 0xFFFFL) #define GNUNET_CHAT_VERSION_MINOR ((GNUNET_CHAT_VERSION >> 16L) & 0xFFFFL)