From 8330f4c911b82a51af3a70afa0714f8a9495414b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 23 Feb 2015 13:47:41 +0000 Subject: [PATCH] Version: Update from 3.0.0 into 3.0.1 git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6122 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst_local/scst_local.c | 4 ++-- srpt/src/ib_srpt.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index 4aec3d816..f784c7799 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -88,8 +88,8 @@ static unsigned long scst_local_trace_flag = SCST_LOCAL_DEFAULT_LOG_FLAGS; #define scsi_bufflen(cmd) ((cmd)->request_bufflen) #endif -#define SCST_LOCAL_VERSION "3.0" -static const char *scst_local_version_date = "20110901"; +#define SCST_LOCAL_VERSION "3.0.1" +static const char *scst_local_version_date = "20150223"; /* Some statistics */ static atomic_t num_aborts = ATOMIC_INIT(0); diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 6327e3efa..e008f23c8 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -70,7 +70,7 @@ /* Name of this kernel module. */ #define DRV_NAME "ib_srpt" #define DRV_VERSION "3.0.1" -#define DRV_RELDATE "September 4, 2014" +#define DRV_RELDATE "February 23, 2015" #if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING) /* Flags to be used in SCST debug tracing statements. */ #define DEFAULT_SRPT_TRACE_FLAGS (TRACE_OUT_OF_MEM | TRACE_MINOR \