Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 6e2db0ef83076a45563a2637de4b632aed02138a Author: Simon Wunderlich sw@simonwunderlich.de Date: Wed Nov 14 14:15:32 2018 +0100
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
6e2db0ef83076a45563a2637de4b632aed02138a main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 4a48f61..276a018 100644 --- a/main.h +++ b/main.h @@ -30,7 +30,7 @@ #include <netlink/netlink.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2018.4" +#define SOURCE_VERSION "2019.0" #endif
#define EXIT_NOSUCCESS 2