Repository : ssh://git@open-mesh.org/batctl
On branch : next
commit 5f47c58c7607a8a9401d5d8d29e142bdba313951 Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Apr 21 14:08:21 2016 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
5f47c58c7607a8a9401d5d8d29e142bdba313951 main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 81f223c..e94fc33 100644 --- a/main.h +++ b/main.h @@ -25,7 +25,7 @@ #include <stdint.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2016.1" +#define SOURCE_VERSION "2016.2" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"