Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 15893f12f19f1fe66d32b8ce4c7e5969ee23b062 Author: Simon Wunderlich sw@simonwunderlich.de Date: Tue Jul 17 18:13:15 2018 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
15893f12f19f1fe66d32b8ce4c7e5969ee23b062 main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index e18313c..cd4e023 100644 --- a/main.h +++ b/main.h @@ -26,7 +26,7 @@ #include <stdint.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2018.2" +#define SOURCE_VERSION "2018.3" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"