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