Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 007ece3fabad40fbdfa174a10e5e5ac5f9c6bc46 Author: Simon Wunderlich sw@simonwunderlich.de Date: Tue Dec 5 16:59:47 2017 +0100
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
007ece3fabad40fbdfa174a10e5e5ac5f9c6bc46 main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 3a5bdd6..9b33ec3 100644 --- a/main.h +++ b/main.h @@ -25,7 +25,7 @@ #include <stdint.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2017.4" +#define SOURCE_VERSION "2018.0" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"