diff options
author | Steve French | 2019-10-13 21:19:54 -0500 |
---|---|---|
committer | Steve French | 2019-11-25 10:00:02 -0600 |
commit | 1656a07a89a82a80d8e9fdf0e37821c2584d88d3 (patch) | |
tree | abb242a5ea6bdbef41b323f3f9fab1ad2de8b2a8 /fs/cifs | |
parent | ff6b6f3f916097cea49805d71eb94644a234b8a6 (diff) |
cifs: update internal module version number
To 2.24
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/cifsfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 93c757265105..b59dc7478130 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -153,5 +153,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.23" +#define CIFS_VERSION "2.24" #endif /* _CIFSFS_H */ |