Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
commit 4ae5daa307bc79090deed1def16294d81cbcb02d Author: Simon Wunderlich sw@simonwunderlich.de Date: Sat Jan 4 18:04:24 2014 +0100
batman-adv: change version to 2014.0.0
Since we delayed the 2013.5.0 release to 2014, change the release name.
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
4ae5daa307bc79090deed1def16294d81cbcb02d main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.h b/main.h index d4187ba..bca3fc1 100644 --- a/main.h +++ b/main.h @@ -26,7 +26,7 @@ #define BATADV_DRIVER_DEVICE "batman-adv"
#ifndef BATADV_SOURCE_VERSION -#define BATADV_SOURCE_VERSION "2013.5.0" +#define BATADV_SOURCE_VERSION "2014.0.0" #endif
/* B.A.T.M.A.N. parameters */