Repository : ssh://git@open-mesh.org/batctl
On branch : next
commit c8b05a8c55c96bdc62f4928eaa7a54250ba4f908 Author: Simon Wunderlich siwu@hrz.tu-chemnitz.de Date: Sat Apr 20 17:14:14 2013 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich siwu@hrz.tu-chemnitz.de
c8b05a8c55c96bdc62f4928eaa7a54250ba4f908 main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index ccf6a7a..c916353 100644 --- a/main.h +++ b/main.h @@ -20,7 +20,7 @@ */
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2013.2.0" +#define SOURCE_VERSION "2013.3.0" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"