From 9f037ecea93dfda474309a0e6b21f5058a7e083c Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 1 Sep 2011 19:25:22 +0000 Subject: [PATCH] Version updated git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3840 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst_local/README | 2 ++ scst_local/scst_local.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scst_local/README b/scst_local/README index 72165e55a..1d2a4ffe9 100644 --- a/scst_local/README +++ b/scst_local/README @@ -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. + diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index 44e593cb9..066962c52 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -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);