Change the version number of the SCST core from 2.1.0-pre1 into 2.0.0. Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> --- include/scst/scst.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/scst/scst.h b/include/scst/scst.h index e44547a..9034624 100644 --- a/include/scst/scst.h +++ b/include/scst/scst.h @@ -48,7 +48,7 @@ #define SCST_VERSION(a, b, c, d) (((a) << 24) + ((b) << 16) + ((c) << 8) + d) #define SCST_VERSION_CODE SCST_VERSION(2, 0, 0, 0) #define SCST_VERSION_STRING_SUFFIX -#define SCST_VERSION_STRING "2.1.0-pre1" SCST_VERSION_STRING_SUFFIX +#define SCST_VERSION_STRING "2.0.0" SCST_VERSION_STRING_SUFFIX #define SCST_INTERFACE_VERSION \ SCST_VERSION_STRING "$Revision: 3139 $" SCST_CONST_VERSION -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html