From: Steve French Date: Sat, 4 Jul 2015 23:45:33 +0000 (-0500) Subject: Update cifs version number X-Git-Tag: v4.3-rc1~36^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a6d0b64120759df8b9291af92d998ed1cbefc9d;p=platform%2Fkernel%2Flinux-exynos.git Update cifs version number Update modinfo cifs.ko version number to 2.07 Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index a782b22..27aea11 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 */