Repository : ssh://git@open-mesh.org/batctl
On branch : next
commit 5ff3d6c5f34cbc2448d3d472d808ab97685b7fba Author: Simon Wunderlich sw@simonwunderlich.de Date: Tue Jan 19 17:27:23 2016 +0100
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
5ff3d6c5f34cbc2448d3d472d808ab97685b7fba main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 58fe794..81f223c 100644 --- a/main.h +++ b/main.h @@ -25,7 +25,7 @@ #include <stdint.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2016.0" +#define SOURCE_VERSION "2016.1" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"