aboutsummaryrefslogtreecommitdiff
path: root/include/target
diff options
context:
space:
mode:
authorNicholas Bellinger <nab@linux-iscsi.org>2015-06-23 00:45:14 -0700
committerNicholas Bellinger <nab@linux-iscsi.org>2015-06-23 00:45:14 -0700
commit2ec1e9e20701f37a06562966dbd37e7dd072fcb8 (patch)
tree1b98355779ae94a3f5b36e95eeff5b5608d839ee /include/target
parent6de2ce5b8cb6ff3562de34ea2584b0e501373f56 (diff)
target: Bump core version to v5.0
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index a35303302df3..0b9a331e5492 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -10,7 +10,7 @@
#include <net/sock.h>
#include <net/tcp.h>
-#define TARGET_CORE_VERSION "v4.1.0"
+#define TARGET_CORE_VERSION "v5.0"
/*
* By default we use 32-byte CDBs in TCM Core and subsystem plugin code.