From fdd3465965ec40f507ec270ac14c0c0654c4433a Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Wed, 30 Dec 2020 21:32:35 +0900 Subject: [PATCH] ksmbd-tools: release 3.3.2 version Major changes are: - Fix memleak. - Enable "store dos attributes" parameter by default. Signed-off-by: Namjae Jeon --- include/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/version.h b/include/version.h index a9f902b6..0f41f692 100644 --- a/include/version.h +++ b/include/version.h @@ -5,6 +5,6 @@ #ifndef _VERSION_H -#define KSMBD_TOOLS_VERSION "3.3.1" +#define KSMBD_TOOLS_VERSION "3.3.2" #endif /* !_VERSION_H */