[CIFS] fix typo

Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Steve French 2008-12-02 20:52:28 +00:00
parent acc18aa1e6
commit 3de2091ac7

View file

@ -101,5 +101,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
extern const struct export_operations cifs_export_ops;
#endif /* EXPERIMENTAL */
#define CIFS_VERSION "1.5666666"
#define CIFS_VERSION "1.56"
#endif /* _CIFSFS_H */