Repository : ssh://git@diktynna/batctl On branches: main,main
commit afbac72e8ed2a5ac8f23d89ef889cde3d6f4e125 Author: Simon Wunderlich sw@simonwunderlich.de Date: Fri Apr 5 09:37:28 2024 +0200
batctl: Start new development cycle
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
afbac72e8ed2a5ac8f23d89ef889cde3d6f4e125 main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 578b4eb..9893ee7 100644 --- a/main.h +++ b/main.h @@ -17,7 +17,7 @@ #include <netlink/netlink.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2024.1" +#define SOURCE_VERSION "2024.2" #endif
#define EXIT_NOSUCCESS 2