Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 25b08117902cf1c31284255f2a8ae4a20da9cb0d Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu May 23 13:54:51 2019 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
25b08117902cf1c31284255f2a8ae4a20da9cb0d main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 1a47015..3978797 100644 --- a/main.h +++ b/main.h @@ -17,7 +17,7 @@ #include <netlink/netlink.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2019.2" +#define SOURCE_VERSION "2019.3" #endif
#define EXIT_NOSUCCESS 2