patch-2.4.4 linux/fs/ntfs/Makefile

Next file: linux/fs/ntfs/attr.c
Previous file: linux/fs/nls/nls_tis-620.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/fs/ntfs/Makefile linux/fs/ntfs/Makefile
@@ -4,7 +4,8 @@
 
 obj-y   := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o
 obj-m   := $(O_TARGET)
-EXTRA_CFLAGS = -DNTFS_IN_LINUX_KERNEL -DNTFS_VERSION=\"000607\"
+# Version format: YYMMDD
+EXTRA_CFLAGS = -DNTFS_IN_LINUX_KERNEL -DNTFS_VERSION=\"010116\"
 
 include $(TOPDIR)/Rules.make
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)