From: Steve French Date: Wed, 22 Aug 2018 02:37:53 +0000 (-0500) Subject: cifs: update internal module version number for cifs.ko to 2.12 X-Git-Tag: v4.19-rc1~14^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7753e38286d2bd7380df8be843de83198e2ce492;p=uclinux-h8%2Flinux.git cifs: update internal module version number for cifs.ko to 2.12 Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index f3a78efc3109..f047e87871a1 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -148,5 +148,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg); extern const struct export_operations cifs_export_ops; #endif /* CONFIG_CIFS_NFSD_EXPORT */ -#define CIFS_VERSION "2.12" +#define CIFS_VERSION "2.13" #endif /* _CIFSFS_H */