[next,1/2] batctl: change version to 2014.0.0

Message ID 1388855012-8849-1-git-send-email-sw@simonwunderlich.de (mailing list archive)
State Accepted, archived
Commit a3d6db6c58742502c59547aadb26bad8b3b4b44f
Headers

Commit Message

Simon Wunderlich Jan. 4, 2014, 5:03 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:55 p.m. UTC | #1
On Saturday 04 January 2014 18:03:31 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 a3d6db6.

Thanks,
Marek
  

Patch

diff --git a/main.h b/main.h
index 6ee7c46..0839771 100644
--- a/main.h
+++ b/main.h
@@ -23,7 +23,7 @@ 
 #define _BATCTL_MAIN_H
 
 #ifndef SOURCE_VERSION
-#define SOURCE_VERSION "2013.5.0"
+#define SOURCE_VERSION "2014.0.0"
 #endif
 
 #define SOCKET_PATH_FMT "%s/batman_adv/%s/socket"