Repository : ssh://git@diktynna/batman-adv
On branch : master
commit 69bbc8fcf717b0baae462657a3ccc3e1b0b9c62a Author: Sven Eckelmann sven@narfation.org Date: Tue Oct 27 15:08:32 2020 +0100
batman-adv: 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
69bbc8fcf717b0baae462657a3ccc3e1b0b9c62a net/batman-adv/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h index cc9fe5f3..9254c6ee 100644 --- a/net/batman-adv/main.h +++ b/net/batman-adv/main.h @@ -13,7 +13,7 @@ #define BATADV_DRIVER_DEVICE "batman-adv"
#ifndef BATADV_SOURCE_VERSION -#define BATADV_SOURCE_VERSION "2020.5" +#define BATADV_SOURCE_VERSION "2021.0" #endif
/* B.A.T.M.A.N. parameters */