Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 3506cabff5418f4a1bd6043b9c479b38de5561af Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Aug 1 14:18:59 2019 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
3506cabff5418f4a1bd6043b9c479b38de5561af main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 8532bd1..5775e47 100644 --- a/main.h +++ b/main.h @@ -17,7 +17,7 @@ #include <netlink/netlink.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2019.3" +#define SOURCE_VERSION "2019.4" #endif
#define EXIT_NOSUCCESS 2