aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 fbb7719..b8c44bf 100644
--- a/include/gnunet/gnunet_chat_lib.h
+++ b/include/gnunet/gnunet_chat_lib.h
@@ -41,7 +41,7 @@
41 * the #GNUNET_MESSENGER_VERSION of the GNUnet Messenger 41 * the #GNUNET_MESSENGER_VERSION of the GNUnet Messenger
42 * service while the patch version is independent. 42 * service while the patch version is independent.
43 */ 43 */
44#define GNUNET_CHAT_VERSION 0x000000020000L 44#define GNUNET_CHAT_VERSION 0x000000030000L
45 45
46#define GNUNET_CHAT_VERSION_MAJOR ((GNUNET_CHAT_VERSION >> 32L) & 0xFFFFL) 46#define GNUNET_CHAT_VERSION_MAJOR ((GNUNET_CHAT_VERSION >> 32L) & 0xFFFFL)
47#define GNUNET_CHAT_VERSION_MINOR ((GNUNET_CHAT_VERSION >> 16L) & 0xFFFFL) 47#define GNUNET_CHAT_VERSION_MINOR ((GNUNET_CHAT_VERSION >> 16L) & 0xFFFFL)