From 1052aa7bce5f65e7ef9e6228e7016ffd4e251388 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 21 Dec 2012 12:09:36 +0000 Subject: [PATCH] ib_srpt: Bump version git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4664 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index f9583b177..2a79254c1 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -58,7 +58,7 @@ /* Name of this kernel module. */ #define DRV_NAME "ib_srpt" -#define DRV_VERSION "2.2.1-pre" +#define DRV_VERSION "2.2.2-pre" #define DRV_RELDATE "(not yet released)" #if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING) /* Flags to be used in SCST debug tracing statements. */