Repository : ssh://git@open-mesh.org/batctl
On branch : next
commit 1ae7ee37dd73b63a2c7f5abb87ec21b99fa8529e Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Sat Jan 12 16:44:22 2013 +0100
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
1ae7ee37dd73b63a2c7f5abb87ec21b99fa8529e main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index b69de32..e816791 100644 --- a/main.h +++ b/main.h @@ -20,7 +20,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2013.0.0" +#define SOURCE_VERSION "2013.1.0" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"