Repository : ssh://git@open-mesh.org/batctl
On branch : next
commit 4c05db1ad760c4eb21d016ee01d29e6eae9259f6 Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Sun Mar 3 18:31:01 2013 +0100
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
4c05db1ad760c4eb21d016ee01d29e6eae9259f6 main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index e816791..ccf6a7a 100644 --- a/main.h +++ b/main.h @@ -20,7 +20,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2013.1.0" +#define SOURCE_VERSION "2013.2.0" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"