diff options
author | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-07-22 08:24:22 +0000 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-07-22 09:37:49 +0000 |
commit | fa4951595648c14754621c99a07c47c9b9dcf05b (patch) | |
tree | 4c722e426d18130e31baf2d3d9c5f4aeba068989 /include/target | |
parent | 11650b859681e03fdbf26277fcfc5f1f62186703 (diff) | |
download | talos-op-linux-fa4951595648c14754621c99a07c47c9b9dcf05b.tar.gz talos-op-linux-fa4951595648c14754621c99a07c47c9b9dcf05b.zip |
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>
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 86ca35539b94..27040653005e 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-rc7-ml" +#define TARGET_CORE_MOD_VERSION "v4.1.0-rc1-ml" #define SHUTDOWN_SIGS (sigmask(SIGKILL)|sigmask(SIGINT)|sigmask(SIGABRT)) /* Used by transport_generic_allocate_iovecs() */ |