diff --git a/scst/README b/scst/README index ad41f3715..678d400a5 100644 --- a/scst/README +++ b/scst/README @@ -1,7 +1,7 @@ Generic SCSI target mid-level for Linux (SCST) ============================================== -Version 2.0.0.1, 14 January 2011 +Version 2.0.0.x, XX XXXXXXX 2011 -------------------------------- SCST is designed to provide unified, consistent interface between SCSI diff --git a/scst/include/scst.h b/scst/include/scst.h index 8e30f0b74..18af43a68 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -73,7 +73,7 @@ typedef _Bool bool; #else #define SCST_VERSION_STRING_SUFFIX #endif -#define SCST_VERSION_STRING "2.0.0.1" SCST_VERSION_STRING_SUFFIX +#define SCST_VERSION_STRING "2.0.0.2-rc1" SCST_VERSION_STRING_SUFFIX #define SCST_INTERFACE_VERSION \ SCST_VERSION_STRING "$Revision$" SCST_CONST_VERSION diff --git a/scst/include/scst_user.h b/scst/include/scst_user.h index 2529dd1a4..c30d224c2 100644 --- a/scst/include/scst_user.h +++ b/scst/include/scst_user.h @@ -31,7 +31,7 @@ #define DEV_USER_NAME "scst_user" #define DEV_USER_PATH "/dev/" -#define DEV_USER_VERSION_NAME "2.0.0.1" +#define DEV_USER_VERSION_NAME "2.0.0.2-rc1" #define DEV_USER_VERSION \ DEV_USER_VERSION_NAME "$Revision$" SCST_CONST_VERSION