Repository : ssh://git@open-mesh.org/batctl
On branch : next
commit e508a06ce056431025f8c8d00ad230381bf92384 Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Jun 9 16:20:52 2016 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
e508a06ce056431025f8c8d00ad230381bf92384 main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index e94fc33..80498e7 100644 --- a/main.h +++ b/main.h @@ -25,7 +25,7 @@ #include <stdint.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2016.2" +#define SOURCE_VERSION "2016.3" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"