From: Steve French Date: Wed, 20 Mar 2019 21:42:50 +0000 (-0500) Subject: cifs: update internal module version number X-Git-Tag: v5.4-rc1~1343^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf7d624f8dcc9b833a8489208b6ef6dcc5dd308b;p=platform%2Fkernel%2Flinux-rpi.git cifs: update internal module version number To 2.19 Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 142164e..5c0298b 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -150,5 +150,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.18" +#define CIFS_VERSION "2.19" #endif /* _CIFSFS_H */