Commit fa4951595648c14754621c99a07c47c9b9dcf05b

Authored by Nicholas Bellinger
1 parent 11650b8596

target: Bump version to v4.1.0-rc1-ml

This patch bumps the target core version to v4.1.0-rc1 now that we are
in sync with upstream lio-core-2.6.git/master

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

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

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.0.0-rc7-ml"
  12 +#define TARGET_CORE_MOD_VERSION "v4.1.0-rc1-ml"
13 13 #define SHUTDOWN_SIGS (sigmask(SIGKILL)|sigmask(SIGINT)|sigmask(SIGABRT))
14 14  
15 15 /* Used by transport_generic_allocate_iovecs() */