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:
Vladislav Bolkhovitin
2011-09-01 19:25:22 +00:00
parent f371b78573
commit 9f037ecea9
2 changed files with 4 additions and 2 deletions

View File

@@ -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.

View File

@@ -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);