diff options
author | Steve French <stfrench@microsoft.com> | 2019-02-10 16:26:36 -0600 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2019-03-05 18:10:04 -0600 |
commit | cfe7e41f791dde0b8280df9aa264fe5cb31d281c (patch) | |
tree | 94e2d988478c8fef301a352c77f298fc32329c3e /fs/cifs/cifsfs.h | |
parent | 7091bcaba9f34c83e1e6f418b6de5c6d987571da (diff) | |
download | linux-cfe7e41f791dde0b8280df9aa264fe5cb31d281c.tar.bz2 |
cifs: update internal module version number
To 2.18
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-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 7652551a1fc4..142164ef1f05 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -150,5 +150,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.17" +#define CIFS_VERSION "2.18" #endif /* _CIFSFS_H */ |