Repository : ssh://git@open-mesh.org/batctl
On branch : next
commit f379fbf4b0661090a0947ea79c0fd08b500df6f1 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
f379fbf4b0661090a0947ea79c0fd08b500df6f1 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"