Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 1126a306c80e9004891ef30c2907fe475f9ca2b2 Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Sep 28 14:26:54 2017 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
1126a306c80e9004891ef30c2907fe475f9ca2b2 main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index b280f47..3a5bdd6 100644 --- a/main.h +++ b/main.h @@ -25,7 +25,7 @@ #include <stdint.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2017.2" +#define SOURCE_VERSION "2017.4" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"