From 603781857a65c3fa9b6d5f9485e1ae6fc198b7d5 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Mon, 16 Jan 2017 15:15:43 +0100 Subject: [PATCH] util: increment internal version for new code used by libbrandt --- src/include/gnunet_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /** * Version of the API (for entire gnunetutil.so library). */ -#define GNUNET_UTIL_VERSION 0x000A0101 +#define GNUNET_UTIL_VERSION 0x000A0102 /** -- 2.25.1