Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit a6f0ea3f4b5ba6ef3b046ffb8ef303a118c0ee5b Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Sep 28 14:31:41 2017 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
a6f0ea3f4b5ba6ef3b046ffb8ef303a118c0ee5b main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index b280f47..4d53f34 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.3" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"