Repository : ssh://git@open-mesh.org/batctl
On branches: master,next
commit ad4d85c1eaa93709cf05854110d4f875dbf4675b Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Sep 1 16:20:00 2016 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
ad4d85c1eaa93709cf05854110d4f875dbf4675b main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 01f70e8..6365cdb 100644 --- a/main.h +++ b/main.h @@ -25,7 +25,7 @@ #include <stdint.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2016.3" +#define SOURCE_VERSION "2016.4" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"