[next,1/2] batman-adv: change version to 2014.0.0

Message ID 1388855065-8966-1-git-send-email-sw@simonwunderlich.de (mailing list archive)
State Accepted, archived
Commit 4ae5daa307bc79090deed1def16294d81cbcb02d
Headers

Commit Message

Simon Wunderlich Jan. 4, 2014, 5:04 p.m. UTC
  Since we delayed the 2013.5.0 release to 2014, change the release name.

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
---
 main.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Marek Lindner Jan. 4, 2014, 5:51 p.m. UTC | #1
On Saturday 04 January 2014 18:04:24 Simon Wunderlich wrote:
> Since we delayed the 2013.5.0 release to 2014, change the release name.
> 
> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
> ---
>  main.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied in revision 4ae5daa.

Thanks,
Marek
  
Marek Lindner Jan. 4, 2014, 5:52 p.m. UTC | #2
On Saturday 04 January 2014 18:04:25 Simon Wunderlich wrote:
> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
> ---
>  Makefile                |    2 +-
>  Makefile.kbuild         |    2 +-
>  bat_algo.h              |    2 +-
>  bat_iv_ogm.c            |    2 +-
>  bitarray.c              |    2 +-
>  bitarray.h              |    2 +-
>  bridge_loop_avoidance.c |    2 +-
>  bridge_loop_avoidance.h |    2 +-
>  compat.c                |    2 +-
>  compat.h                |    2 +-
>  debugfs.c               |    2 +-
>  debugfs.h               |    2 +-
>  distributed-arp-table.c |    2 +-
>  distributed-arp-table.h |    2 +-
>  fragmentation.c         |    2 +-
>  fragmentation.h         |    2 +-
>  gateway_client.c        |    2 +-
>  gateway_client.h        |    2 +-
>  gateway_common.c        |    2 +-
>  gateway_common.h        |    2 +-
>  hard-interface.c        |    2 +-
>  hard-interface.h        |    2 +-
>  hash.c                  |    2 +-
>  hash.h                  |    2 +-
>  icmp_socket.c           |    2 +-
>  icmp_socket.h           |    2 +-
>  main.c                  |    2 +-
>  main.h                  |    2 +-
>  network-coding.c        |    2 +-
>  network-coding.h        |    2 +-
>  originator.c            |    2 +-
>  originator.h            |    2 +-
>  packet.h                |    2 +-
>  routing.c               |    2 +-
>  routing.h               |    2 +-
>  send.c                  |    2 +-
>  send.h                  |    2 +-
>  soft-interface.c        |    2 +-
>  soft-interface.h        |    2 +-
>  sysfs.c                 |    2 +-
>  sysfs.h                 |    2 +-
>  translation-table.c     |    2 +-
>  translation-table.h     |    2 +-
>  types.h                 |    2 +-
>  44 files changed, 44 insertions(+), 44 deletions(-)

Applied in revision 1ae5d31.

Thanks,
Marek
  

Patch

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 */