diff options
author | Steve French <steve.french@primarydata.com> | 2015-07-04 18:45:33 -0500 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2015-08-20 10:19:25 -0500 |
commit | 0a6d0b64120759df8b9291af92d998ed1cbefc9d (patch) | |
tree | 8a4df0761789a437a727207630ea64f868ee1f48 /fs/cifs/cifsfs.h | |
parent | 0de1f4c6f6c028249579d8d80fa0a4f6322b2227 (diff) | |
download | linux-0a6d0b64120759df8b9291af92d998ed1cbefc9d.tar.gz |
Update cifs version number
Update modinfo cifs.ko version number to 2.07
Signed-off-by: Steve French <steve.french@primarydata.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 a782b22904e4..27aea110e923 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -136,5 +136,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.06" +#define CIFS_VERSION "2.07" #endif /* _CIFSFS_H */ |