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 \