Skip to content

Commit

Permalink
ksmbd: fix version mismatch with out of tree
Browse files Browse the repository at this point in the history
Fix version mismatch with out of tree, This updated version will be
matched with ksmbd-tools.

Cc: Tom Talpey <[email protected]>
Cc: Ronnie Sahlberg <[email protected]>
Cc: Ralph Böhme <[email protected]>
Cc: Steve French <[email protected]>
Cc: Hyunchul Lee <[email protected]>
Signed-off-by: Namjae Jeon <[email protected]>
Signed-off-by: Steve French <[email protected]>
  • Loading branch information
namjaejeon authored and Steve French committed Oct 7, 2021
1 parent c7705ee commit 2db7260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ksmbd/glob.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2db7260

Please sign in to comment.