Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 4cb312c5d4858931690903db883d7e6dc8e7b703 Author: Simon Wunderlich sw@simonwunderlich.de Date: Tue Feb 28 17:26:58 2017 +0100
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
4cb312c5d4858931690903db883d7e6dc8e7b703 main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 44a6c8a..b21855d 100644 --- a/main.h +++ b/main.h @@ -25,7 +25,7 @@ #include <stdint.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2017.0" +#define SOURCE_VERSION "2017.1" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"