Message ID | 20241015073946.46613-2-sw@simonwunderlich.de (mailing list archive) |
---|---|
State | Accepted |
Commit | 0f4e6f94760026b4c46873bc21b440e6cef9c0b6 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [1/4] batman-adv: Start new development cycle | expand |
Hello: This series was applied to netdev/net-next.git (main) by Simon Wunderlich <sw@simonwunderlich.de>: On Tue, 15 Oct 2024 09:39:43 +0200 you wrote: > This version will contain all the (major or even only minor) changes for > Linux 6.13. > > The version number isn't a semantic version number with major and minor > information. It is just encoding the year of the expected publishing as > Linux -rc1 and the number of published versions this year (starting at 0). > > [...] Here is the summary with links: - [1/4] batman-adv: Start new development cycle https://git.kernel.org/netdev/net-next/c/0f4e6f947600 - [2/4] batman-adv: Add flex array to struct batadv_tvlv_tt_data https://git.kernel.org/netdev/net-next/c/4436df478860 - [3/4] batman-adv: Use string choice helper to print booleans https://git.kernel.org/netdev/net-next/c/5c956d11cfca - [4/4] batman-adv: replace call_rcu by kfree_rcu for simple kmem_cache_free callback https://git.kernel.org/netdev/net-next/c/356c81b6c494 You are awesome, thank you!
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h index 3d4c36ae2e1a..97ea71a052f8 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.2" +#define BATADV_SOURCE_VERSION "2024.3" #endif /* B.A.T.M.A.N. parameters */
This version will contain all the (major or even only minor) changes for Linux 6.13. The version number isn't a semantic version number with major and minor information. It is just encoding the year of the expected publishing as Linux -rc1 and the number of published versions this year (starting at 0). Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de> --- net/batman-adv/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)