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 <tom@talpey.com> Cc: Ronnie Sahlberg <ronniesahlberg@gmail.com> Cc: Ralph Böhme <slow@samba.org> Cc: Steve French <smfrench@gmail.com> Cc: Hyunchul Lee <hyc.lee@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
c7705eec78
commit
2db72604f3
|
@ -12,7 +12,7 @@
|
||||||
#include "unicode.h"
|
#include "unicode.h"
|
||||||
#include "vfs_cache.h"
|
#include "vfs_cache.h"
|
||||||
|
|
||||||
#define KSMBD_VERSION "3.1.9"
|
#define KSMBD_VERSION "3.4.2"
|
||||||
|
|
||||||
extern int ksmbd_debug_types;
|
extern int ksmbd_debug_types;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue