diff options
author | Sven Eckelmann <sven@narfation.org> | 2012-10-29 17:15:08 +0100 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-11-21 12:35:46 +0100 |
commit | d81f78ec37ecad3a4cc0a71d0ea1f74994ec5cda (patch) | |
tree | 2f3c8215235b005845067f14b98706dc5fdc909b /net | |
parent | 004e86fc585f617f07bff38480eeee335be9b017 (diff) | |
download | blackbird-obmc-linux-d81f78ec37ecad3a4cc0a71d0ea1f74994ec5cda.tar.gz blackbird-obmc-linux-d81f78ec37ecad3a4cc0a71d0ea1f74994ec5cda.zip |
batman-adv: Start new development cycle
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Diffstat (limited to 'net')
-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 ce5e5b96ebee..2f85577086a7 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 "2012.4.0" +#define BATADV_SOURCE_VERSION "2012.5.0" #endif /* B.A.T.M.A.N. parameters */ |