summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-05 18:27:52 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-05 18:27:52 +0200
commit344a18d3015c2616b65f152957be13fe24e2ffe5 (patch)
treefa9267b31fbc7e9d157ba2bc6eef7324af651d12 /src/include
parent5d20c07800b39bd66dbd30114009ac8824cb0d44 (diff)
downloadgnunet-344a18d3015c2616b65f152957be13fe24e2ffe5.tar.gz
gnunet-344a18d3015c2616b65f152957be13fe24e2ffe5.zip
version bumping
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_common.h2
-rw-r--r--src/include/gnunet_identity_service.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 1916024b8..0fca53b7f 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 0x000A0102 69#define GNUNET_UTIL_VERSION 0x000A0103
70 70
71 71
72/** 72/**
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index 035b9e227..4cc84d7c2 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -55,7 +55,7 @@ extern "C" {
55/** 55/**
56 * Version number of GNUnet Identity API. 56 * Version number of GNUnet Identity API.
57 */ 57 */
58#define GNUNET_IDENTITY_VERSION 0x00000000 58#define GNUNET_IDENTITY_VERSION 0x00000100
59 59
60/** 60/**
61 * Handle to access the identity service. 61 * Handle to access the identity service.