Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 4ffe0b0782c2470ba77aea3b3f8757ee35aeafae Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Dec 15 18:16:03 2016 +0100
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
4ffe0b0782c2470ba77aea3b3f8757ee35aeafae main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index d276ee3..3ca4837 100644 --- a/main.h +++ b/main.h @@ -25,7 +25,7 @@ #include <stdint.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2016.5" +#define SOURCE_VERSION "2017.0" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"