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
This commit is contained in:
Bart Van Assche
2015-02-23 13:47:41 +00:00
parent 79d5b92465
commit 8330f4c911
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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);
+1 -1
View File
@@ -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 \