From 9949483c2f6fdb706e5c4dd5258cb3fb3d1f3044 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Thu, 5 Jun 2014 00:51:02 +0300 Subject: [PATCH] The master branch is now used for v2.3 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 340afc7e2..1f2543291 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.2" VERSION_STR_POSTFIX +#define VERSION_STR "2.3-devel" VERSION_STR_POSTFIX #endif /* VERSION_H */