From: Namjae Jeon Date: Fri, 1 Oct 2021 02:53:49 +0000 (+0900) Subject: ksmbd: fix version mismatch with out of tree X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2db72604f3eaebd6175548bf64372e163724ebe3;p=linux.git ksmbd: fix version mismatch with out of tree Fix version mismatch with out of tree, This updated version will be matched with ksmbd-tools. Cc: Tom Talpey Cc: Ronnie Sahlberg Cc: Ralph Böhme Cc: Steve French Cc: Hyunchul Lee Signed-off-by: Namjae Jeon Signed-off-by: Steve French --- diff --git a/fs/ksmbd/glob.h b/fs/ksmbd/glob.h index 49a5a3afa1181..5b8f3e0ebdb36 100644 --- a/fs/ksmbd/glob.h +++ b/fs/ksmbd/glob.h @@ -12,7 +12,7 @@ #include "unicode.h" #include "vfs_cache.h" -#define KSMBD_VERSION "3.1.9" +#define KSMBD_VERSION "3.4.2" extern int ksmbd_debug_types;