The following commit has been merged in the batadv/net-next branch: commit 2d900e87f241ed8416cf9ae58bc621f274bfabb3 Author: Simon Wunderlich sw@simonwunderlich.de Date: Wed Oct 16 09:16:07 2024 +0200
batman-adv: Fix version number of 6.13
There was no significant kernel change in 6.12 which would have triggered a PR that updated the version number to 2024.3. But there was still an update of the userspace tools to 2024.3.
The correct version number for 6.13 is therefore 2024.4.
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h index 97ea71a052f8c..7d0e25cef0def 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 "2024.3" +#define BATADV_SOURCE_VERSION "2024.4" #endif
/* B.A.T.M.A.N. parameters */