Repository : ssh://git@open-mesh.org/batctl
On branch : next
commit 1e46ae67a4ccf293c0e0ceeb0467da29489b314e Author: Simon Wunderlich sw@simonwunderlich.de Date: Tue Aug 4 14:48:28 2015 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
1e46ae67a4ccf293c0e0ceeb0467da29489b314e main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 6bf301a..98f4119 100644 --- a/main.h +++ b/main.h @@ -23,7 +23,7 @@ #define _BATCTL_MAIN_H
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2015.1" +#define SOURCE_VERSION "2015.2" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"