diff options
author | Antonio Quartulli <ordex@autistici.org> | 2013-01-03 12:22:10 +0100 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2013-01-19 21:18:13 +0800 |
commit | 5ac2a177298e1f245aa54cce4030842f3abe5aea (patch) | |
tree | 53fbc591fd6d51680146593d2b209a5edde67881 /net/batman-adv | |
parent | 0b87393146244c2dc31cb3c69c45f4948ca94ee1 (diff) | |
download | linux-3.10-5ac2a177298e1f245aa54cce4030842f3abe5aea.tar.gz linux-3.10-5ac2a177298e1f245aa54cce4030842f3abe5aea.tar.bz2 linux-3.10-5ac2a177298e1f245aa54cce4030842f3abe5aea.zip |
batman-adv: Start new development cycle
Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Diffstat (limited to 'net/batman-adv')
-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 74eb960c58f..ced08b936a9 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.5.0" +#define BATADV_SOURCE_VERSION "2013.1.0" #endif /* B.A.T.M.A.N. parameters */ |