diff options
author | Simon Wunderlich <siwu@hrz.tu-chemnitz.de> | 2013-03-03 21:30:29 +0400 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2013-03-27 13:29:54 +0400 |
commit | 9998bb730089980a86898364666a5c67c22e28c2 (patch) | |
tree | caabc912915fbb1732077c3d71e8e2abc81f4205 /net/batman-adv | |
parent | cb4b0d48645fa29bc0e12537d4e3556c4bf79ac7 (diff) | |
download | linux-9998bb730089980a86898364666a5c67c22e28c2.tar.xz |
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 a9e12e65aa15..f90f5bc8e426 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.1.0" +#define BATADV_SOURCE_VERSION "2013.2.0" #endif /* B.A.T.M.A.N. parameters */ |