Skip to content

Commit 2999ee7

Browse files
author
Nicholas Bellinger
committed
target/iscsi: Bump versions to v4.1.0
Signed-off-by: Nicholas Bellinger <[email protected]>
1 parent 4c76251 commit 2999ee7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/target/iscsi/iscsi_target_core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <scsi/iscsi_proto.h>
1010
#include <target/target_core_base.h>
1111

12-
#define ISCSIT_VERSION "v4.1.0-rc2"
12+
#define ISCSIT_VERSION "v4.1.0"
1313
#define ISCSI_MAX_DATASN_MISSING_COUNT 16
1414
#define ISCSI_TX_THREAD_TCP_TIMEOUT 2
1515
#define ISCSI_RX_THREAD_TCP_TIMEOUT 2

include/target/target_core_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <net/sock.h>
1111
#include <net/tcp.h>
1212

13-
#define TARGET_CORE_MOD_VERSION "v4.1.0-rc2-ml"
13+
#define TARGET_CORE_MOD_VERSION "v4.1.0"
1414
#define TARGET_CORE_VERSION TARGET_CORE_MOD_VERSION
1515

1616
/* Maximum Number of LUNs per Target Portal Group */

0 commit comments

Comments
 (0)