From 8e6a09d44ddd2382eb415083cd552424f2614570 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 31 Jul 2015 13:43:17 +0000 Subject: [PATCH] ib_srpt: Correct version number git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6458 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 86ead6523..a3050be52 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -69,7 +69,7 @@ /* Name of this kernel module. */ #define DRV_NAME "ib_srpt" -#define DRV_VERSION "3.0.2#" __stringify(OFED_FLAVOR) +#define DRV_VERSION "3.0.2-pre#" __stringify(OFED_FLAVOR) #define DRV_RELDATE "Not yet 2015" #if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING) /* Flags to be used in SCST debug tracing statements. */