diff options
| author | Simon Wunderlich <sw@simonwunderlich.de> | 2025-09-28 20:28:19 +0200 |
|---|---|---|
| committer | Simon Wunderlich <sw@simonwunderlich.de> | 2025-10-17 16:30:43 +0200 |
| commit | e5ae07b2ef86ee5bcb90a1c933c9d5ac1a0e33be (patch) | |
| tree | 496b575e14cfedf94e5ba25952fab87cf7251812 | |
| parent | 3a8660878839faadb4f1a6dd72c3179c1df56787 (diff) | |
| download | linux-e5ae07b2ef86ee5bcb90a1c933c9d5ac1a0e33be.tar.gz linux-e5ae07b2ef86ee5bcb90a1c933c9d5ac1a0e33be.zip | |
batman-adv: Start new development cycle
This version will contain all the (major or even only minor) changes for
Linux 6.19.
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>
| -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 2be1ac17acaa..af230b017bc1 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 "2025.4" +#define BATADV_SOURCE_VERSION "2025.5" #endif /* B.A.T.M.A.N. parameters */ |
