Commit 9765b1f327951e643a97f43924d1fbeb4e90ffba

Authored by Nicholas Bellinger
1 parent 031ed4d565

target: Bump core version to v4.1.0-rc2-ml + fabric versions

Bump core version to v4.1.0-rc2-ml, and for versions from the
following mainline fabric modules:

loopback: v2.1-rc2
tcm_fc: v0.4
iscsi-target: v4.1.0-rc2

Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

Showing 4 changed files with 4 additions and 4 deletions Side-by-side Diff

drivers/target/iscsi/iscsi_target_core.h
... ... @@ -9,7 +9,7 @@
9 9 #include <scsi/iscsi_proto.h>
10 10 #include <target/target_core_base.h>
11 11  
12   -#define ISCSIT_VERSION "v4.1.0-rc1"
  12 +#define ISCSIT_VERSION "v4.1.0-rc2"
13 13 #define ISCSI_MAX_DATASN_MISSING_COUNT 16
14 14 #define ISCSI_TX_THREAD_TCP_TIMEOUT 2
15 15 #define ISCSI_RX_THREAD_TCP_TIMEOUT 2
drivers/target/loopback/tcm_loop.h
1   -#define TCM_LOOP_VERSION "v2.1-rc1"
  1 +#define TCM_LOOP_VERSION "v2.1-rc2"
2 2 #define TL_WWN_ADDR_LEN 256
3 3 #define TL_TPGS_PER_HBA 32
4 4  
drivers/target/tcm_fc/tcm_fc.h
... ... @@ -17,7 +17,7 @@
17 17 #ifndef __TCM_FC_H__
18 18 #define __TCM_FC_H__
19 19  
20   -#define FT_VERSION "0.3"
  20 +#define FT_VERSION "0.4"
21 21  
22 22 #define FT_NAMELEN 32 /* length of ASCII WWPNs including pad */
23 23 #define FT_TPG_NAMELEN 32 /* max length of TPG name */
include/target/target_core_base.h
... ... @@ -9,7 +9,7 @@
9 9 #include <net/sock.h>
10 10 #include <net/tcp.h>
11 11  
12   -#define TARGET_CORE_MOD_VERSION "v4.1.0-rc1-ml"
  12 +#define TARGET_CORE_MOD_VERSION "v4.1.0-rc2-ml"
13 13 #define TARGET_CORE_VERSION TARGET_CORE_MOD_VERSION
14 14  
15 15 /* Maximum Number of LUNs per Target Portal Group */