aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2011-01-19 17:53:44 +0000
committerSteve French <sfrench@us.ibm.com>2011-01-19 17:53:44 +0000
commit1cd3508d5eab6a88fa643119cedd34b04215cffe (patch)
tree484baf4852675eeded188d985acf03a1cc1edc89
parentcifs: move mid result processing into common function (diff)
downloadlinux-dev-1cd3508d5eab6a88fa643119cedd34b04215cffe.tar.xz
linux-dev-1cd3508d5eab6a88fa643119cedd34b04215cffe.zip
[CIFS] Update cifs version number
Signed-off-by: Steve French <sfrench@us.ibm.com>
-rw-r--r--fs/cifs/cifsfs.h2
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 */