mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
Version updated
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3840 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -282,3 +282,5 @@ V0.9 30-Nov-2008 (Mtn View) Cleaned up an additional problem with symbols not
|
||||
|
||||
V1.0 10-Sep-2010 (Moscow) Sysfs management added. Reviewed and cleaned up.
|
||||
|
||||
V2.1 Update for kernels up to 3.0. Cleanups.
|
||||
|
||||
|
||||
@@ -85,8 +85,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 "1.0.0"
|
||||
static const char *scst_local_version_date = "20100910";
|
||||
#define SCST_LOCAL_VERSION "2.1.0"
|
||||
static const char *scst_local_version_date = "20110901";
|
||||
|
||||
/* Some statistics */
|
||||
static atomic_t num_aborts = ATOMIC_INIT(0);
|
||||
|
||||
Reference in New Issue
Block a user