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

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

Commit Message

Simon Wunderlich Aug. 16, 2023, 4:39 p.m. UTC
  This version will contain all the (major or even only minor) changes for
Linux 6.6.

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 Aug. 18, 2023, 10:20 p.m. UTC | #1
Hello:

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

On Wed, 16 Aug 2023 18:39:54 +0200 you wrote:
> This version will contain all the (major or even only minor) changes for
> Linux 6.6.
> 
> 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/7] batman-adv: Start new development cycle
    https://git.kernel.org/netdev/net-next/c/2744cefe0337
  - [2/7] batman-adv: Remove unused declarations
    https://git.kernel.org/netdev/net-next/c/bbfb428a0cf6
  - [3/7] batman-adv: Avoid magic value for minimum MTU
    https://git.kernel.org/netdev/net-next/c/e4b817804579
  - [4/7] batman-adv: Check hardif MTU against runtime MTU
    https://git.kernel.org/netdev/net-next/c/112cbcb4af90
  - [5/7] batman-adv: Drop unused function batadv_gw_bandwidth_set
    https://git.kernel.org/netdev/net-next/c/950c92bbaa8f
  - [6/7] batman-adv: Keep batadv_netlink_notify_* static
    https://git.kernel.org/netdev/net-next/c/02e61f06a97e
  - [7/7] batman-adv: Drop per algo GW section class code
    https://git.kernel.org/netdev/net-next/c/6f96d46f9a1a

You are awesome, thank you!
  

Patch

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