Repository : ssh://git@diktynna/batctl
On branch : master
commit f3df7246349bc51622f0849e0b404ee0dc0b5b5f Author: Simon Wunderlich sw@simonwunderlich.de Date: Tue May 18 16:56:01 2021 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
f3df7246349bc51622f0849e0b404ee0dc0b5b5f main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 6b4cd76..d1bea23 100644 --- a/main.h +++ b/main.h @@ -17,7 +17,7 @@ #include <netlink/netlink.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2021.1" +#define SOURCE_VERSION "2021.2" #endif
#define EXIT_NOSUCCESS 2