ksmbd: fix version mismatch with out of tree
authorNamjae Jeon <linkinjeon@kernel.org>
Fri, 1 Oct 2021 02:53:49 +0000 (11:53 +0900)
committerSteve French <stfrench@microsoft.com>
Thu, 7 Oct 2021 15:18:34 +0000 (10:18 -0500)
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>
fs/ksmbd/glob.h

index 49a5a3a..5b8f3e0 100644 (file)
@@ -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;