commit 9e10880a657b23fee26e26018e4e75fa73804f9e
parent 5ad18ea2e0f08ba3b12cc00a0d38ceb51fff3763
Author: Jacki <jacki@thejackimonster.de>
Date: Tue, 16 Jun 2026 03:42:18 +0200
Increase version to 0.8.0 for compatibility with changes in GNUnet Messenger service
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
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.7.0
+PROJECT_NUMBER = 0.8.0
# 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
@@ -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 0x000000070000L
+#define GNUNET_CHAT_VERSION 0x000000080000L
#define GNUNET_CHAT_VERSION_MAJOR ((GNUNET_CHAT_VERSION >> 32L) & 0xFFFFL)
#define GNUNET_CHAT_VERSION_MINOR ((GNUNET_CHAT_VERSION >> 16L) & 0xFFFFL)