[1/6] batman-adv: Start new development cycle

Message ID 20231115175932.127605-2-sw@simonwunderlich.de (mailing list archive)
State Awaiting Upstream, archived
Delegated to: Simon Wunderlich
Headers
Series [1/6] batman-adv: Start new development cycle |

Commit Message

Simon Wunderlich Nov. 15, 2023, 5:59 p.m. UTC
  This version will contain all the (major or even only minor) changes for
Linux 6.8.

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(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 18, 2023, 5:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Simon Wunderlich <sw@simonwunderlich.de>:

On Wed, 15 Nov 2023 18:59:27 +0100 you wrote:
> This version will contain all the (major or even only minor) changes for
> Linux 6.8.
> 
> 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/6] batman-adv: Start new development cycle
    https://git.kernel.org/netdev/net-next/c/e4679a1b8a73
  - [2/6] batman-adv: mcast: implement multicast packet reception and forwarding
    https://git.kernel.org/netdev/net-next/c/07afe1ba288c
  - [3/6] batman-adv: mcast: implement multicast packet generation
    https://git.kernel.org/netdev/net-next/c/90039133221e
  - [4/6] batman-adv: mcast: shrink tracker packet after scrubbing
    https://git.kernel.org/netdev/net-next/c/2dfe644a1ce0
  - [5/6] batman-adv: Switch to linux/sprintf.h
    https://git.kernel.org/netdev/net-next/c/69f9aff27a94
  - [6/6] batman-adv: Switch to linux/array_size.h
    https://git.kernel.org/netdev/net-next/c/c3ed16a64c0b

You are awesome, thank you!
  

Patch

diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h
index 10007c5894a1..870dcd7f1786 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 "2023.3"
+#define BATADV_SOURCE_VERSION "2024.0"
 #endif
 
 /* B.A.T.M.A.N. parameters */