Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 005a3717a65a8c4edadb0672067beb8c721694f8 Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Sep 28 14:32:01 2017 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
005a3717a65a8c4edadb0672067beb8c721694f8 main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 4d53f34..3a5bdd6 100644 --- a/main.h +++ b/main.h @@ -25,7 +25,7 @@ #include <stdint.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2017.3" +#define SOURCE_VERSION "2017.4" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"