diff options
| author | 2013-10-14 18:01:01 +0200 | |
|---|---|---|
| committer | 2013-10-23 17:03:46 +0200 | |
| commit | 15c33da6e8c960e61691ec302fd72f247e97055b (patch) | |
| tree | 4dddd50c7edd6c05784c1b63e0f5edb0ea67e203 | |
| parent | batman-adv: include the sync-flags when compute the global/local table CRC (diff) | |
| download | wireguard-linux-15c33da6e8c960e61691ec302fd72f247e97055b.tar.xz wireguard-linux-15c33da6e8c960e61691ec302fd72f247e97055b.zip | |
batman-adv: Start new development cycle
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
| -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 773301a7923f..f94f287b8670 100644 --- a/net/batman-adv/main.h +++ b/net/batman-adv/main.h @@ -26,7 +26,7 @@ #define BATADV_DRIVER_DEVICE "batman-adv" #ifndef BATADV_SOURCE_VERSION -#define BATADV_SOURCE_VERSION "2013.4.0" +#define BATADV_SOURCE_VERSION "2013.5.0" #endif /* B.A.T.M.A.N. parameters */ |
