diff options
author | Simon Wunderlich <sw@simonwunderlich.de> | 2020-02-12 18:29:27 +0100 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2020-02-16 16:00:02 +0100 |
commit | edddb36644d56efc5833405bdf1c46f85677fc5c (patch) | |
tree | ace689d9efba0ca4514426741d659aa3bd6af189 /net/batman-adv | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) | |
download | linux-edddb36644d56efc5833405bdf1c46f85677fc5c.tar.gz linux-edddb36644d56efc5833405bdf1c46f85677fc5c.tar.bz2 linux-edddb36644d56efc5833405bdf1c46f85677fc5c.zip |
batman-adv: Start new development cycle
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv')
-rw-r--r-- | net/batman-adv/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h index 692306df7b6f..2a234d0ad445 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.0" +#define BATADV_SOURCE_VERSION "2020.1" #endif /* B.A.T.M.A.N. parameters */ |