From 09edff95e3f9d55dbb2e46cfbc69ac490b3e0f6c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 4 Dec 2019 04:54:05 +0000 Subject: [PATCH] isert-scst: Bump the version number git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8677 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/isert-scst/isert.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/iscsi-scst/kernel/isert-scst/isert.c b/iscsi-scst/kernel/isert-scst/isert.c index 3af86018f..7188cc8e7 100644 --- a/iscsi-scst/kernel/isert-scst/isert.c +++ b/iscsi-scst/kernel/isert-scst/isert.c @@ -515,8 +515,9 @@ out: MODULE_AUTHOR("Yan Burman"); MODULE_LICENSE("Dual BSD/GPL"); MODULE_IMPORT_NS(SCST); -MODULE_DESCRIPTION("iSER target transport driver v3.0.1-pre#" - __stringify(OFED_FLAVOR)); - +#define DRV_VERSION "3.4.0" "#" __stringify(OFED_FLAVOR) +#define DRV_RELDATE "02 December 2019" +MODULE_DESCRIPTION("iSER target transport driver " + "v" DRV_VERSION " (" DRV_RELDATE ")"); module_init(isert_init_module); module_exit(isert_cleanup_module);