Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 2bb5f1d635fd75deadc339578ca84fd3410feddf Author: Simon Wunderlich sw@simonwunderlich.de Date: Fri Feb 1 11:56:59 2019 +0100
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
2bb5f1d635fd75deadc339578ca84fd3410feddf main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 029319c..2cc6975 100644 --- a/main.h +++ b/main.h @@ -30,7 +30,7 @@ #include <netlink/netlink.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2019.0" +#define SOURCE_VERSION "2019.1" #endif
#define EXIT_NOSUCCESS 2