Repository : ssh://git@diktynna/batctl
On branch : master
commit 9712818b59b2d40431e7124359e27fd9669e472b Author: Simon Wunderlich sw@simonwunderlich.de Date: Fri May 6 17:23:07 2022 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
9712818b59b2d40431e7124359e27fd9669e472b main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 693097a..607258e 100644 --- a/main.h +++ b/main.h @@ -17,7 +17,7 @@ #include <netlink/netlink.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2022.1" +#define SOURCE_VERSION "2022.2" #endif
#define EXIT_NOSUCCESS 2