Repository : ssh://git@diktynna/batctl
On branch : master
commit d985e88f8bc8ef24aa799e155c3084b3b78badc1 Author: Sven Eckelmann sven@narfation.org Date: Tue Oct 27 15:08:29 2020 +0100
batctl: Move next release to 2021
The first possible release day for the next release is in the last week of december. But it can also happen that another rc8 will be added by Linus Torvalds - and thus the release will be postponed to 2021. Just avoid this uncertainty in the version number by directly going to 2021.0 and not doing a feature release this year.
Signed-off-by: Sven Eckelmann sven@narfation.org
d985e88f8bc8ef24aa799e155c3084b3b78badc1 main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index 2c0c46d..a53acc8 100644 --- a/main.h +++ b/main.h @@ -17,7 +17,7 @@ #include <netlink/netlink.h>
#ifndef SOURCE_VERSION -#define SOURCE_VERSION "2020.5" +#define SOURCE_VERSION "2021.0" #endif
#define EXIT_NOSUCCESS 2