projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8532026
)
util: increment internal version for new code used by libbrandt
author
Markus Teich
<teichm@fs.tum.de>
Mon, 16 Jan 2017 14:15:43 +0000
(15:15 +0100)
committer
Markus Teich
<teichm@fs.tum.de>
Mon, 16 Jan 2017 14:15:43 +0000
(15:15 +0100)
src/include/gnunet_common.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_common.h
b/src/include/gnunet_common.h
index 897502155c67a6b7edf2b60dfd441b5411af9261..62ae499e221d9f9698503a8d41408a4b3b670a59 100644
(file)
--- 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 0x000A010
1
+#define GNUNET_UTIL_VERSION 0x000A010
2
/**