Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 800c313c7e4bab2ac73200302e678f19870c1590 Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Mar 28 16:12:36 2019 +0100
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
800c313c7e4bab2ac73200302e678f19870c1590 main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 92d0e61..6ced576 100644 --- a/main.h +++ b/main.h @@ -31,7 +31,7 @@ #include <netlink/netlink.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2019.1" +#define SOURCE_VERSION "2019.2" #endif
#define EXIT_NOSUCCESS 2