Repository : ssh://git@open-mesh.org/batctl
On branch : maint
commit 647431e5beca1358c26102b96966bbd2fae16696 Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Sun Jul 21 23:03:48 2013 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
647431e5beca1358c26102b96966bbd2fae16696 main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index c916353..b8fd0c4 100644 --- a/main.h +++ b/main.h @@ -20,7 +20,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2013.3.0" +#define SOURCE_VERSION "2013.4.0" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"