From 18da814be7bd907487087c42d39e57ab93567481 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 15 Mar 2015 19:38:15 +0200 Subject: [PATCH] The master branch is now used for v2.5 development Signed-off-by: Jouni Malinen --- src/common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/version.h b/src/common/version.h index e39a8dbf9..5ddf6175e 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -5,6 +5,6 @@ #define VERSION_STR_POSTFIX "" #endif /* VERSION_STR_POSTFIX */ -#define VERSION_STR "2.4" VERSION_STR_POSTFIX +#define VERSION_STR "2.5-devel" VERSION_STR_POSTFIX #endif /* VERSION_H */