Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 8b670b15b5d3f5275c7951090f4ca1b9057eb16c Author: Simon Wunderlich sw@simonwunderlich.de Date: Tue Apr 28 20:36:25 2015 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
8b670b15b5d3f5275c7951090f4ca1b9057eb16c main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index d96ce94..6bf301a 100644 --- a/main.h +++ b/main.h @@ -23,7 +23,7 @@ #define _BATCTL_MAIN_H
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2015.0" +#define SOURCE_VERSION "2015.1" #endif
#define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"