diff options
author | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-03-14 12:06:10 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-03-23 17:36:49 +0100 |
commit | 15fb48cc40be170423fe8ddd17666aa6175315e3 (patch) | |
tree | 3733a84fd12074f014a639cff681a250e0ffaa2f /include/target | |
parent | [SCSI] target: Add __init/__exit annotation for target_core_[init,exit]_configfs (diff) | |
download | linux-15fb48cc40be170423fe8ddd17666aa6175315e3.tar.xz linux-15fb48cc40be170423fe8ddd17666aa6175315e3.zip |
[SCSI] target: update version to v4.0.0-rc7-ml
Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index b3a62e451313..79f2e0a30dc8 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h @@ -9,7 +9,7 @@ #include <net/sock.h> #include <net/tcp.h> -#define TARGET_CORE_MOD_VERSION "v4.0.0-rc6" +#define TARGET_CORE_MOD_VERSION "v4.0.0-rc7-ml" #define SHUTDOWN_SIGS (sigmask(SIGKILL)|sigmask(SIGINT)|sigmask(SIGABRT)) /* Used by transport_generic_allocate_iovecs() */ |