aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorMarkus Teich <teichm@fs.tum.de>2017-01-16 15:15:43 +0100
committerMarkus Teich <teichm@fs.tum.de>2017-01-16 15:15:43 +0100
commit603781857a65c3fa9b6d5f9485e1ae6fc198b7d5 (patch)
treeeea8271eb156d808adc36e46ca9e93fdb72c9f25 /src/include/gnunet_common.h
parent85320267db58094d6623fd93bf969e0d4a6d96f2 (diff)
downloadgnunet-603781857a65c3fa9b6d5f9485e1ae6fc198b7d5.tar.gz
gnunet-603781857a65c3fa9b6d5f9485e1ae6fc198b7d5.zip
util: increment internal version for new code used by libbrandt
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 897502155..62ae499e2 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -66,7 +66,7 @@ extern "C"
66/** 66/**
67 * Version of the API (for entire gnunetutil.so library). 67 * Version of the API (for entire gnunetutil.so library).
68 */ 68 */
69#define GNUNET_UTIL_VERSION 0x000A0101 69#define GNUNET_UTIL_VERSION 0x000A0102
70 70
71 71
72/** 72/**