Repository : ssh://git@open-mesh.org/batctl
On branch : next
commit fbd846b699efc9c284b38bece1b9d92c29d4ade2 Author: Simon Wunderlich sw@simonwunderlich.de Date: Wed Dec 31 00:35:07 2014 +0100
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
fbd846b699efc9c284b38bece1b9d92c29d4ade2 main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index b16afb6..461f3e3 100644 --- a/main.h +++ b/main.h @@ -23,7 +23,7 @@ #define _BATCTL_MAIN_H
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2014.4.0" +#define SOURCE_VERSION "2015.0" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"