aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-25 08:32:42 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-25 08:32:42 +0100
commitf13c54ac597671c2e6a72ac7708812c94b05d59c (patch)
treeb593dad4ee79a5403c96a85c45b647984ce097ea /src
parent589be093eb59a9b72a3d6a04d1ffbbed30615d81 (diff)
downloadgnunet-f13c54ac597671c2e6a72ac7708812c94b05d59c.tar.gz
gnunet-f13c54ac597671c2e6a72ac7708812c94b05d59c.zip
bump version
Diffstat (limited to 'src')
-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 b5af1146d..707108289 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -71,7 +71,7 @@ extern "C" {
71/** 71/**
72 * Version of the API (for entire gnunetutil.so library). 72 * Version of the API (for entire gnunetutil.so library).
73 */ 73 */
74#define GNUNET_UTIL_VERSION 0x000A0103 74#define GNUNET_UTIL_VERSION 0x000A0104
75 75
76 76
77/** 77/**