diff options
author | Steve French <sfrench@us.ibm.com> | 2011-01-19 20:53:44 +0300 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-01-19 20:53:44 +0300 |
commit | 1cd3508d5eab6a88fa643119cedd34b04215cffe (patch) | |
tree | 484baf4852675eeded188d985acf03a1cc1edc89 | |
parent | 053d50344568e5a4054266b44040297531125281 (diff) | |
download | linux-1cd3508d5eab6a88fa643119cedd34b04215cffe.tar.xz |
[CIFS] Update cifs version number
Signed-off-by: Steve French <sfrench@us.ibm.com>
-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 851030f74939..4739a531cded 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -118,5 +118,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.68" +#define CIFS_VERSION "1.69" #endif /* _CIFSFS_H */ |